HonzysClawdbot commited on
Commit
c0e1597
·
unverified ·
1 Parent(s): 303c344

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

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +13 -0
CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
 
3
  All notable changes to Mission Control are documented in this file.
4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ## [2.0.1] - 2026-03-13
6
 
7
  ### Fixed
 
2
 
3
  All notable changes to Mission Control are documented in this file.
4
 
5
+ <!-- Maintainer note: add entries under [Unreleased] as PRs merge; bump to a version when releasing. -->
6
+
7
+ ## [Unreleased]
8
+
9
+ ### Fixed
10
+ - SQLite `SQLITE_BUSY` contention — added `busy_timeout` pragma and guarded build-phase eager DB initialisation (#337)
11
+ - Skill registry path traversal and SSRF — extended `SECURITY_RULES` with directory traversal patterns and private-IP/metadata URL detection (#338, #336)
12
+
13
+ ### Tests
14
+ - Vitest coverage threshold enforcement — added coverage for pure utility modules to satisfy the 60% global threshold; threshold now passes in CI (#339)
15
+
16
+ ---
17
+
18
  ## [2.0.1] - 2026-03-13
19
 
20
  ### Fixed