chore: release v0.11.2 #1700
+23
−2
Merged
chore: release v0.11.2 #1700
GitHub Actions / Security audit
succeeded
Apr 5, 2026 in 0s
Security advisories found
1 unsound
Details
Warnings
RUSTSEC-2026-0002
IterMutviolates Stacked Borrows by invalidating internal pointer
| Details | |
|---|---|
| Status | unsound |
| Package | lru |
| Version | 0.12.5 |
| URL | jeromefroe/lru-rs#224 |
| Date | 2026-01-07 |
Affected versions of this crate contain a soundness issue in the IterMut
iterator implementation. The IterMut::next and IterMut::next_back
methods temporarily create an exclusive reference to the key when
dereferencing the internal node pointer.
This invalidates the shared pointer held by the internal HashMap,
violating Stacked Borrows rules.
Loading