Highlights
Credential Management: 1 prior fix. Scrutinize any change in this area.
.github/workflows/compatibility-tests.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.
Credential Management: Long-lived static credentials for snapshot access were replaced with OIDC tokenless auth, indicating prior exposure risk of leaked secrets in config or logs.
Privilege Escalation: A long-lived GitHub PAT was replaced with scoped github.token and explicit permissions, reducing risk of token abuse across release and test workflows.