Security context

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

AikidoSec/firewall-go
main @ 6e2d6c7
5
Fixes
0
CVEs
HIGH
Peak severity
40.0%
Coverage
Highlights
Auth Bypass: 1 prior fix. Scrutinize any change in this area.
internal/request: most-fixed (1 issue). 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.

Auth Bypass: Attackers could bypass critical firewall inspection logic entirely by forcing a nil or empty request context, which failed to correctly fall back to Goroutine Local Storage verification. Ensure context evaluations always verify GLS fallback mechanisms to prevent context-stripping evasions.
SQL Injection: Malicious actors can bypass WAF detection by crafting structurally malformed SQL queries that fail tokenization parsing but still execute downstream. Strict blocking of queries that fail tokenizer parsing must be enforced at the parsing boundary.
Path Traversal: Detection filters are susceptible to bypasses on case-insensitive filesystems if the input normalization does not apply case-insensitive comparison prior to path validation. Future path analysis utilities must explicitly normalize input casing.