Security context

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

briansmith/webpki
main @ 94e6e88
4
Fixes
0
CVEs
CRITICAL
Peak severity
100.0%
Coverage
Highlights
Weak Cryptography: 2 prior fixes. Scrutinize any change in this area.
src/signed_data.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.

Authentication Bypass: Missing signature verification on certificate chains allowed forged certificates to be accepted, a fundamental integrity failure.
Weak Cryptography: Support for SHA-1 signatures weakened authentication; removed to enforce modern cryptographic standards.
Certificate Name Constraints Bypass: dNSName constraints were not enforced, allowing certificates outside permitted namespaces to be accepted.