Highlights
Cache Poisoning: 1 prior fix. Scrutinize any change in this area.
.github/workflows: most-fixed (3 issues). 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.
Privilege Escalation: Workflows triggered by pull_request_target run with elevated permissions that can be exploited by untrusted forks if workflow permissions are not strictly minimized.
Cache Poisoning: Shared CI caching mechanisms can allow untrusted PR runs to poison cache targets, potentially affecting trusted workflows or release builds.
Information Disclosure: Sensitive keys and passwords can be leaked to logs, stdout, or serialization artifacts if structure definitions fail to omit secret fields from JSON/YAML marshal operations.