Highlights
Privilege Escalation: 2 prior fixes. Scrutinize any change in this area.
.github/workflows: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Privilege Escalation: Over-privileged GITHUB_TOKEN permissions at the top-level of GitHub Actions workflows create an unnecessary attack surface, allowing potentially compromised pull requests or external actions to escalate privileges within the repository scope.
Privilege Escalation: Assigning broad 'security-events: write' permissions at the top-level workflow scope instead of restricting them to individual execution jobs allows unprivileged steps to access sensitive APIs, facilitating potential write-access exploitation.