Security context

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

smol-rs/event-listener
master @ 92fc46b
1
Fixes
0
CVEs
HIGH
Peak severity
Highlights
Memory Safety: 1 prior fix. Scrutinize any change in this area.
src/list.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 Safety: The use of a custom, unsafe linked list implementation in list.rs posed a severe memory safety risk, potentially leading to use-after-free or double-free vulnerabilities during concurrent event dispatch. The issue was resolved by refactoring the collection to use a safe, index-based slab abstraction.