Highlights
Dependency Confusion: 1 prior fix. Scrutinize any change in this area.
.github/workflows: most-fixed (2 issues). 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.
Dependency Confusion: Using mutable version tags for GitHub Actions exposes the build pipeline to arbitrary code execution if a third-party action is compromised or hijacked. Pinning actions to immutable SHA-1 hashes mitigates this risk.
Privilege Escalation: Over-privileged GitHub tokens (e.g., default write permissions) allow compromised runners or malicious pull requests to escalate privileges and alter the repository. Restricting permissions to read-only reduces the blast radius of a compromise.