mirror of
https://github.com/simonw/datasette.git
synced 2026-09-08 17:44:06 +02:00
parent
c43d89382f
commit
fddbef822a
2 changed files with 11 additions and 1 deletions
|
|
@ -4,6 +4,16 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
.. _v0_65_3:
|
||||
|
||||
0.65.3 (2026-08-06)
|
||||
-------------------
|
||||
|
||||
This release fixes a **SQL injection** security issue that affects Datasette instances that serve a **mixture of public and private tables** in the same database, with access configured using the :ref:`Datasette permissions system <authentication>`.
|
||||
|
||||
Site administrators who serve private tables in this way are advised to disable the :ref:`execute-sql permission <permissions_execute_sql>` on that database to prevent users from accessing private tables using raw SQL queries. The bug that has been fixed would have allowed users with access to any public table to execute SQL injection attacks despite that restriction, giving them read-only access to data in private tables in the same database.
|
||||
|
||||
This fix is also available in Datasette 1.0a38.
|
||||
|
||||
.. _v0_65_2:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue