Highlights
Credential Management: 1 prior fix. Scrutinize any change in this area.
.github/workflows/cd.yml: 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.
Denial of Service: The decoding path performs a full-content decode on large payloads without early termination, allowing CPU exhaustion when input is noisy.
Credential Management: actions/checkout persisted credentials by default across all workflows, risking token leakage to untrusted code or logs.