fr-ser / grafana-sqlite-datasource

Grafana Plugin to enable SQLite as a Datasource
Apache License 2.0
123 stars 17 forks source link

set SQLITE_LIMIT_ATTACHED default to 0 #126

Open fr-ser opened 6 months ago

fr-ser commented 6 months ago

In v3.3.0 (2023-06-11) a new configuration was introduced to handle security risks. The most secure value is 0 but it prevents attaching databases, which might be used in previous features.

As part of a breaking release, this configuration default should be changed.