Allow-list select * from pragma_table_list()

Refs https://github.com/simonw/datasette/issues/2104#issuecomment-1982352475
This commit is contained in:
Simon Willison 2024-03-07 00:03:20 -05:00
commit a395256c8c

View file

@ -246,6 +246,7 @@ allowed_pragmas = (
"schema_version",
"table_info",
"table_xinfo",
"table_list",
)
disallawed_sql_res = [
(