Security context

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

ensdomains/ens-app-v3
main @ 89f8681
9
Fixes
0
CVEs
HIGH
Peak severity
33.3%
Coverage
Highlights
SSRF: 4 prior fixes. Scrutinize any change in this area.
src/hooks/verification/useVerifiedRecords/useVerifiedRecords.ts: most-fixed (3 issues). Treat as high-risk during review.
7 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 SSRF via fetch(uri) in verification record processing, indicating a persistent weakness in URL validation for client-side requests.
Auth Bypass: A fix added ENS credential validation to prevent displaying verified badges without proper ownership, showing a gap in authorization checks for verification data.
Auth Bypass: A logic error allowed progression on address mismatch, bypassing ownership verification in the off-chain import flow.