home / github / issue_comments

Menu
  • GraphQL API

issue_comments: 1027656518

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions issue performed_via_github_app
https://github.com/simonw/datasette/issues/1618#issuecomment-1027656518 https://api.github.com/repos/simonw/datasette/issues/1618 1027656518 IC_kwDOBm6k_c49QMtG 9599 2022-02-02T07:28:14Z 2022-02-02T07:31:30Z OWNER I also need to consider if supposedly harmless side-effect free pragma functions could be used to work around the Datasette permissions system. My hunch is that wouldn't be a problem, because if you're allowing arbitrary SQL queries you're already letting people ignore the permissions system. One example: ``` sqlite-utils fixtures.db 'pragma database_list' -t seq name file ----- ------ ------------------------------------------------------ 0 main /Users/simon/Dropbox/Development/datasette/fixtures.db ``` Though it looks like I already allow-listed that one in #761: https://latest.datasette.io/_memory?sql=select+*+from+pragma_database_list%28%29 {"total_count": 0, "+1": 0, "-1": 0, "laugh": 0, "hooray": 0, "confused": 0, "heart": 0, "rocket": 0, "eyes": 0} 1121121305  
Powered by Datasette · Queries took 1.057ms