Highlights
Command Injection: 3 prior fixes. Scrutinize any change in this area.
.github/workflows: most-fixed (2 issues). Treat as high-risk during review.
4 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: Filenames are interpolated into shell commands passed to popen without escaping, allowing injection via crafted filenames in blame reports.
Command Injection: shell_exec/exec used with unsanitized filenames and commands, exploitable when PHPCS runs as a web service.
Command Injection: popen receives an unsanitized command string in the SVN pre-commit hook, enabling arbitrary command execution.