Security context

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

zonemaster/zonemaster-backend
master @ 921d9ce
11
Fixes
0
CVEs
HIGH
Peak severity
37.5%
Coverage
Highlights
Auth Bypass: 4 prior fixes. Scrutinize any change in this area.
lib/Zonemaster/Backend/RPCAPI.pm: most-fixed (5 issues). Treat as high-risk during review.
6 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.

Auth Bypass: Multiple fixes address profile name validation and API method enablement, indicating a history of authorization gaps that could allow unauthorized access to restricted operations.
Input Validation Bypass: Two fixes correct logic errors that skip JSON schema validation, showing a pattern of incomplete parameter checks that could let malformed requests through.
Command Injection: Both test runner scripts had command injection risks via @INC manipulation or configurable interpreter paths, indicating unsafe process execution that could lead to code execution.