Update crates/fast_id_map/RUSTSEC-0000-0000.md

Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This commit is contained in:
Shihao Xia
2025-05-07 22:13:47 -04:00
committed by Dirkjan Ochtman
parent ed0fe0b396
commit fa0e56df73

View File

@@ -16,6 +16,7 @@ unaffected = []
```
# soundness issue and unmaintained
`fast_id_map::FastMap::get` lacks of sufficient checks to its parameter index and used in unsafely get element in vector.
`FastMap::get()` lacks sufficient checks to its parameter index and is used to unsafely get a `Vec` element.
`fast_id_map` is unmaintained.