Highlights
Supply Chain Compromise: 3 prior fixes. Scrutinize any change in this area.
.github/workflows: most-fixed (2 issues). Treat as high-risk during review.
3 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.
Supply Chain Compromise: The checkout action was upgraded to block checking out fork PRs for pull_request_target and workflow_run events, preventing a code-execution attack via malicious PR code.
Supply Chain Compromise: CI workflows were hardened by pinning actions to commit hashes and disabling credential persistence and caching, reducing the attack surface for compromised actions.
Supply Chain Compromise: The PyPI publish action was upgraded to a patched version to address a security advisory, preventing a supply-chain compromise during release.