Skip to content

Commit 028bfdc

Browse files
author
Flatlogic Bot
committed
chore: update deps, stabilize documentation module, add audit policy
1 parent f7bf79e commit 028bfdc

16 files changed

Lines changed: 20657 additions & 91 deletions

docs/security-exceptions.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Security Exceptions Register
2+
3+
Last reviewed: 2026-03-02
4+
5+
## GHSA-5c6j-r48x-rmvq (`serialize-javascript` <= 7.0.2)
6+
7+
- Severity: High
8+
- Status: Accepted temporarily
9+
- Scope: Development/build toolchain only (webpack via `@angular-devkit/build-angular`)
10+
- Runtime impact: Not loaded in production runtime bundle of the app
11+
- Upstream fix: Not available at the time of review (`npm audit` reports `No fix available`)
12+
- Mitigation:
13+
- Track Angular CLI / `@angular-devkit/build-angular` updates and re-run audit after each upgrade
14+
- Use `npm run audit:prod` in CI as the production risk gate
15+
- Keep `npm run audit:full` informational until upstream fix exists
16+
17+
## Review policy
18+
19+
- Re-check this register on every dependency upgrade cycle.
20+
- Remove exceptions immediately once an upstream fix is available and applied.

0 commit comments

Comments
 (0)