Skip to content

fix(ci): enforce exact audit exception policy - #7

Merged
devswha merged 1 commit into
mainfrom
fix/ci-audit-baseline
Aug 16, 2026
Merged

fix(ci): enforce exact audit exception policy#7
devswha merged 1 commit into
mainfrom
fix/ci-audit-baseline

Conversation

@devswha

@devswha devswha commented Aug 16, 2026

Copy link
Copy Markdown
Owner

Summary

  • refresh compatible dependency locks to remove all actionable high-severity findings
  • pin the current GJC runtime at 0.13.1 so the security refresh does not silently change SDK contracts
  • override only release-it -> undici to patched 7.29.0
  • replace the raw audit gate with an exact, visible, expiring exception for GHSA-jmr9-qjv8-65gv

The exception permits only the no-fix @gajae-code/coding-agent -> @puppeteer/browsers -> extract-zip graph, fails when a fix becomes available, and expires on 2026-10-01. Moderate React Router findings remain visible.

Verification

  • npm ci
  • npm run audit
  • npm run typecheck
  • npm run check:core
  • npm test (416 server + 154 client and Bun contract suites passed after fetching pinned Bun)
  • npm run lint
  • npm run check:identity
  • npm run build

Closes #2

@devswha
devswha force-pushed the fix/ci-audit-baseline branch from c78a643 to 285a261 Compare August 16, 2026 19:03
@devswha
devswha merged commit 823cafc into main Aug 16, 2026
2 checks passed
@devswha
devswha deleted the fix/ci-audit-baseline branch August 16, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: npm audit blocks every PR with 10 high-severity vulnerabilities

1 participant