docs(changelog): add [Unreleased] section tracking pending fixes (#340)

This commit is contained in:
HonzysClawdbot 2026-03-14 09:38:15 +01:00 committed by GitHub
parent 8706147f84
commit 8eef4139ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 0 deletions

View File

@ -2,6 +2,19 @@
All notable changes to Mission Control are documented in this file. All notable changes to Mission Control are documented in this file.
<!-- Maintainer note: add entries under [Unreleased] as PRs merge; bump to a version when releasing. -->
## [Unreleased]
### Fixed
- SQLite `SQLITE_BUSY` contention — added `busy_timeout` pragma and guarded build-phase eager DB initialisation (#337)
- Skill registry path traversal and SSRF — extended `SECURITY_RULES` with directory traversal patterns and private-IP/metadata URL detection (#338, #336)
### Tests
- Vitest coverage threshold enforcement — added coverage for pure utility modules to satisfy the 60% global threshold; threshold now passes in CI (#339)
---
## [2.0.1] - 2026-03-13 ## [2.0.1] - 2026-03-13
### Fixed ### Fixed