Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

skratchdot/open-golang
master @ eef8423
2
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
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.