From 8eef4139ec091801a8464542136fd2ca7d2db56a Mon Sep 17 00:00:00 2001 From: HonzysClawdbot Date: Sat, 14 Mar 2026 09:38:15 +0100 Subject: [PATCH] docs(changelog): add [Unreleased] section tracking pending fixes (#340) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa4258c..501e667 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ All notable changes to Mission Control are documented in this file. + + +## [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 ### Fixed