From d7fd255bf0406d6bb91780017d2e1ca1c8254a74 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:10:44 +0000 Subject: [PATCH] Assigned RUSTSEC-2020-0039 to simple-slab --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0039.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/simple-slab/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0039.toml} (95%) diff --git a/crates/simple-slab/RUSTSEC-0000-0000.toml b/crates/simple-slab/RUSTSEC-2020-0039.toml similarity index 95% rename from crates/simple-slab/RUSTSEC-0000-0000.toml rename to crates/simple-slab/RUSTSEC-2020-0039.toml index 2dd0a97..4d22382 100644 --- a/crates/simple-slab/RUSTSEC-0000-0000.toml +++ b/crates/simple-slab/RUSTSEC-2020-0039.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0039" package = "simple-slab" date = "2020-09-03" title = "`index()` allows out-of-bound read and `remove()` has off-by-one error"