Highlights
Argument Injection: 1 prior fix. Scrutinize any change in this area.
command.go: 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.
Argument Injection: The argument parser failed to stop flag parsing after the standard double-dash '--' terminator, allowing arbitrary user-supplied positional inputs to be executed or interpreted as option flags. This can lead to unexpected option injection in applications consuming this library.