Security context

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

fastify/fast-uri
main @ e008152
7
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
SSRF: 4 prior fixes. Scrutinize any change in this area.
index.js: most-fixed (7 issues). Treat as high-risk during review.
5 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.

SSRF: Multiple fixes target host-confusion between fast-uri and native URL parser, enabling SSRF/redirect bypass via malformed authority introducers or literal backslashes.
Host Confusion / SSRF: Host canonicalization after resolution was missing, allowing Unicode/IDN confusion that could bypass host-based access controls.
SSRF: Percent-encoded authority delimiters could alter the parsed host after unescape, enabling authority spoofing.