Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

akheron/jansson
master @ 851a214
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Least Privilege: 1 prior fix. Scrutinize any change in this area.
.github/workflows/fuzz.yml: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Use After Free: Directly fixed in history; error-path ordering bug led to dereferencing freed memory, a classic and dangerous memory-safety flaw.
Least Privilege: CI workflows historically used default write-scoped GITHUB_TOKEN, creating risk of unauthorized repository modification if workflows were compromised.