Highlights
Command Injection: 1 prior fix. Scrutinize any change in this area.
src/cli/Command.php: most-fixed (2 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.
Command Injection: Using shell-string concatenation when spawning queue sub-processes allows local users or process managers to inject arbitrary shell commands. This is mitigated by passing arguments as an array to the underlying process runner.
Denial of Service: Spawning worker sub-processes without enforcing a maximum time-to-run (TTR) timeout allows rogue or hanging jobs to exhaust server resources indefinitely.