Highlights
Memory Corruption: 1 prior fix. Scrutinize any change in this area.
src/lib.rs: most-fixed (1 issue). Treat as high-risk during review.
1 high-severity fix in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Memory Corruption: Unsound use of transmute to convert a mutable trait reference into an owned Box can lead to premature deallocation, double-frees, or undefined behavior in downstream consumers. Avoiding raw transmutes of complex traits is critical to preventing memory corruption.