GitHub bot: changelog [nobuild]

This commit is contained in:
github-actions
2026-07-06 05:48:31 +00:00
parent 2255ec8259
commit 3b57934ef2

View File

@@ -1,3 +1,5 @@
## source-20260706 (06-07-2026)
- Minor bugs fixed
## source-20260705-3 (05-07-2026)
- Harden the `output.sqlite.path` rewrite added for the persistence fix: reject paths containing `..` traversal segments (shared `validate_safe_path` check), and create the destination's parent directory under `/config` when the relative path includes a subdirectory (e.g. `db/birdnet.db`), since SQLite does not create missing parent directories itself.