Highlights
Privilege Escalation: 1 prior fix. Scrutinize any change in this area.
.github/workflows/*.yml: most-fixed (1 issue). Treat as high-risk during review.
2 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: Using pull_request_target grants workflows write permissions and secrets access to untrusted PR code, enabling arbitrary code execution with elevated privileges.
Supply Chain Attack: Mutable action tags (e.g., @v1, @main) can be repointed by maintainers or compromised accounts to inject malicious code into CI, exfiltrating secrets or altering build artifacts.