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.