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.