Phase 16: CI dependency audit & security checks #15

Merged
luckberg merged 40 commits from gsd/phase-16-ci-dependency-audit-and-security-checks into main 2026-06-13 10:01:01 -04:00
2 changed files with 13 additions and 0 deletions
Showing only changes of commit 0f101bdd39 - Show all commits
+7
View File
@@ -0,0 +1,7 @@
{
"GHSA-gv7w-rqvm-qjhr": {
"reason": "esbuild integrity-check advisory; transitive dev-only via drizzle-kit/vitest/vite; not in the production runtime — esbuild never runs in the shipped image; patched in esbuild >=0.28.1, will resolve when drizzle-kit bumps the transitive pin",
"reviewer": "luc",
"expires": "2026-09-01"
}
}
+6
View File
@@ -0,0 +1,6 @@
{
"eslint": "ESLint 10 breaks eslint-plugin-react@7.37.5 (jsx-eslint#3977). Unpin when plugin releases ESLint 10 support.",
"@eslint/js": "Pinned with eslint — same constraint.",
"zod": "zod v4 has breaking API changes. Pin at 3.x until migration is planned.",
"@types/node": "Pinned to Node 22 LTS types to match runtime; Node 25 is not LTS."
}