Security context

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

cloudflareresearch/web-bot-auth
main @ 3b38d6c
5
Fixes
0
CVEs
HIGH
Peak severity
0.0%
Coverage
Highlights
Algorithm Confusion: 1 prior fix. Scrutinize any change in this area.
crates/web-bot-auth/src/lib.rs: most-fixed (2 issues). Treat as high-risk during review.
4 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.

Auth Bypass: Accepting signatures with created timestamps in the future bypasses time-window checks, allowing out-of-window signatures to pass verification.
Authentication Bypass: Expired signatures were accepted because expiry was not enforced before crypto verification, enabling replay of stale credentials.
Signature Replay: Signatures with empty component lists were not bound to any authority or target URI, allowing replay against any endpoint.