diff --git a/crates/array-queue/RUSTSEC-0000-0000.toml b/crates/array-queue/RUSTSEC-0000-0000.toml index 8afe76b..cc4ead3 100644 --- a/crates/array-queue/RUSTSEC-0000-0000.toml +++ b/crates/array-queue/RUSTSEC-0000-0000.toml @@ -10,6 +10,8 @@ fails to properly index into the array in the `pop_back` function allowing the reading of previously dropped or uninitialized memory. """ keywords = ["memory-corruption", "uninitialized-memory", "use-after-free"] + +[affected] functions = { "array_queue::ArrayQueue::push_back" = [">= 0.3.0"] } [versions]