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.