Highlights
Command Injection: 2 prior fixes. Scrutinize any change in this area.
open/exec_windows.go: most-fixed (2 issues). Treat as high-risk during review.
2 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: Inadequate sanitization of special characters (such as ampersands) in URLs passed to `cmd.exe` via `exec.Command` allows attackers to append arbitrary shell commands. This risk is highly platform-specific to Windows where shell parsing rules are complex.