From b091551faf1bd3646392836a8952aec52ad207f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 26 Sep 2020 17:46:05 +0000 Subject: [PATCH] Assigned RUSTSEC-2020-0047 to array-queue --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0047.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/array-queue/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0047.toml} (95%) diff --git a/crates/array-queue/RUSTSEC-0000-0000.toml b/crates/array-queue/RUSTSEC-2020-0047.toml similarity index 95% rename from crates/array-queue/RUSTSEC-0000-0000.toml rename to crates/array-queue/RUSTSEC-2020-0047.toml index acc255b..7684199 100644 --- a/crates/array-queue/RUSTSEC-0000-0000.toml +++ b/crates/array-queue/RUSTSEC-2020-0047.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0047" package = "array-queue" date = "2020-09-26" title = "array_queue pop_back() may cause a use-after-free"