Highlights
CI/CD Hardening: 1 prior fix. Scrutinize any change in this area.
(.github/workflows): most-fixed (1 issue). 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.
CI/CD Hardening: Using the highly privileged pull_request_target trigger in CI/CD workflows allows workflows to run with write permissions and access to secrets when triggered by untrusted external forks, presenting a direct repository compromise vector.
Subresource Integrity: Loading external dependencies such as jQuery from a third-party CDN without Subresource Integrity (SRI) attributes leaves the application vulnerable to arbitrary code execution if the CDN vendor or asset is compromised.