Security context

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

rsksmart/flyover-sdk
main @ 357773d
3
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
Highlights
Authentication Bypass: 1 prior fix. Scrutinize any change in this area.
acceptAuthenticatedPegoutQuote.ts: most-fixed (1 issue). Treat as high-risk during review.
3 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.

Authentication Bypass: Signature validation used the provider's address instead of the quote's liquidity provider address, allowing an attacker to authenticate as a different LP.
Signature Validation Bypass: Missing chain ID validation before signing allows cross-chain replay attacks, where a quote signed for one chain is replayed on another.
Prototype Pollution: Handlebars before 4.7.9 had a critical prototype pollution vulnerability enabling arbitrary code execution; fixed by dependency upgrade.