Highlights
Denial of Service: 1 prior fix. Scrutinize any change in this area.
.github/workflows/explosionbot.yml: most-fixed (1 issue). Treat as high-risk during review.
0 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.
Denial of Service: Improper memory deallocation using C free instead of C++ delete on dynamically allocated C++ objects causes memory leaks in offset mapping alignment, potentially leading to resource exhaustion under heavy parsing loads.
Information Disclosure: Exposing secrets in action build logs by passing sensitive tokens directly in command-line arguments (such as pip install URLs) rather than using environment variables configured through git insteadOf.