Security context

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

serde-rs/json
master @ 827a315
3
Fixes
0
CVEs
MEDIUM
Peak severity
50.0%
Coverage
Highlights
Denial of Service: 3 prior fixes. Scrutinize any change in this area.
src/de.rs: most-fixed (2 issues). Treat as high-risk during review.
0 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.

Denial of Service: Integer overflow and out-of-bounds panics when parsing extreme exponents or large decimal values during deserialization.
Denial of Service: Panics induced by unvalidated UTF-8 byte sequences within raw JSON values when parsing or accessing internal slices.