Highlights
Command Injection: 3 prior fixes. Scrutinize any change in this area.
Workflows: most-fixed (2 issues). Treat as high-risk during review.
7 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.
Command Injection: Untrusted context expressions, such as pull request comments and input variables, were evaluated directly within workflow shell steps, allowing external actors to run arbitrary commands in privileged CI contexts.
SSRF: Fetching external image URLs to store on S3 lacked robust host and IP sanitization, initially omitting IPv6 loopback protections and local network checks, which could allow attackers to scan internal infrastructure.
Command Injection: The internationalization pipeline executed shell commands via execSync using string interpolation, which was vulnerable to command injection through malicious localization data.