Security context

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

zhenorzz/goploy
master @ 436d5e3
9
Fixes
0
CVEs
CRITICAL
Peak severity
22.2%
Coverage
Highlights
Auth Bypass: 3 prior fixes. Scrutinize any change in this area.
cmd/server/api/repository/handler.go: most-fixed (2 issues). Treat as high-risk during review.
9 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: Introduced a direct command execution sink via user-controlled 'command' parameter in nginx management, enabling RCE.
Path Traversal: Multiple file endpoints lacked relative path validation, allowing directory escape and arbitrary file read/delete.
Auth Bypass: Static role checks replaced with permission-based route generation; previously unauthorized users could access restricted routes.