Highlights
Privilege Escalation: 2 prior fixes. Scrutinize any change in this area.
.github/workflows/release.yml: 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: Excessive repository-wide default permissions in the release workflow could allow compromised dependencies or actions to perform unauthorized modifications or releases. The fix explicitly reduced the scope to least-privilege job-level permissions.
Privilege Escalation: The validation workflow historically lacked restrictive permissions configurations, exposing the execution environment to potential privilege escalation during pull request validation or code checks.