diff --git a/crates/fast_id_map/RUSTSEC-0000-0000.md b/crates/fast_id_map/RUSTSEC-0000-0000.md index b783c082..5adffae7 100644 --- a/crates/fast_id_map/RUSTSEC-0000-0000.md +++ b/crates/fast_id_map/RUSTSEC-0000-0000.md @@ -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.