From fa0e56df73ba5e62d524b2226b9dd6c6a21fccd0 Mon Sep 17 00:00:00 2001 From: Shihao Xia Date: Wed, 7 May 2025 22:13:47 -0400 Subject: [PATCH] Update crates/fast_id_map/RUSTSEC-0000-0000.md Co-authored-by: Dirkjan Ochtman --- crates/fast_id_map/RUSTSEC-0000-0000.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.