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.