Security context

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

gltf-rs/gltf
main @ 50d6522
2
Fixes
0
CVEs
HIGH
Peak severity
100.0%
Coverage
Highlights
Memory Safety: 2 prior fixes. Scrutinize any change in this area.
examples/export/main.rs: most-fixed (1 issue). Treat as high-risk during review.
2 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.

Memory Safety: Unsafe Vec::from_raw_parts used to build a padded byte vector; incorrect length/alignment could cause use-after-free or buffer overflow.
Memory Safety: Unsafe std::mem::transmute could cause type confusion and memory corruption if struct layout changes.