Highlights
Denial of Service: 1 prior fix. Scrutinize any change in this area.
src/lib.rs: 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.
Denial of Service: Integer overflow panics in hashing calculations within HashTrieMapPy and HashTrieSetPy can trigger abrupt process termination, causing an unhandled Denial of Service in Python applications consuming the library. Ensure all arithmetic calculations on hash values use explicit wrapping or checked operations.