Skip to content

Commit 8a56c20

Browse files
committed
chore: fix tmp path traversal vulnerability and update test count
Run npm audit fix to resolve CVE in tmp (path traversal via unsanitized prefix/postfix). Remaining 3 vulnerabilities are in mocha, locked by vscode-extension-tester (dev-only, not shipped). Update binaryDiscovery test count in AGENTS.md from 10 to 11. Signed-off-by: Sebastien Tardif <sebtardif@ncf.ca>
1 parent 6c947c9 commit 8a56c20

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test/
4545
unit/ Unit tests (node:test, dependency-injected, no VS Code API)
4646
batchApply.test.ts Batch template and operation count parsing (10 tests)
4747
binary.test.ts Binary discovery, managed install, compatibility, workspace env (38 tests)
48-
binaryDiscovery.test.ts Real executable discovery on PATH (10 tests)
48+
binaryDiscovery.test.ts Real executable discovery on PATH (11 tests)
4949
initializeProject.test.ts Status display, agents file classification, formatError (18 tests)
5050
managedLifecycle.test.ts Managed install with real file I/O (12 tests)
5151
mcpConfig.test.ts MCP config with real temp directories (9 tests)

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)