Highlights
Input Validation: 4 prior fixes. Scrutinize any change in this area.
http/server.go: most-fixed (2 issues). 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.
Input Validation: Rejects bech32 addresses to prevent fund loss, but validation is only on one connector path; other address formats or entry points may bypass this check.
Input Validation: Validates BTC address network and type, but sibling RPC methods or alternate address inputs may lack equivalent checks, enabling cross-network abuse.
Input Validation: Quote hash format validation prevents malformed DB queries, but other DB accessors may not enforce the same format, risking injection or resource issues.