Highlights
Credential Leak: 1 prior fix. Scrutinize any change in this area.
.github/workflows/cs.yml: most-fixed (2 issues). 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.
Supply Chain Attack: Unpinned actions using mutable tags (v5, v2, v3) allow a compromised or tampered tag to inject malicious code into the build pipeline, affecting all downstream artifacts and secrets.
Credential Leak: Persisting credentials in .git/config via actions/checkout increases the risk of secret leakage through artifacts or logs, especially when combined with untrusted third-party actions.