Security context

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

holiman/uint256
master @ 3b6e9cd
2
Fixes
0
CVEs
MEDIUM
Peak severity
100.0%
Coverage
Highlights
Integer Overflow: 2 prior fixes. Scrutinize any change in this area.
conversion.go: most-fixed (1 issue). 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.

Integer Overflow: Unmarshalling decimal strings could silently truncate values without error, leading to data corruption or incorrect numeric results.
Integer Overflow: SubUint64 produced incorrect results when the receiver was not aliased to the first argument, causing arithmetic errors in subtraction operations.