From a4b88992e9cefd1ada55426c58827cb78b6e33ad Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 24 Apr 2020 12:35:29 -0700 Subject: [PATCH] Assign RUSTSEC-2020-0012 to os_str_bytes Original PR: https://github.com/RustSec/advisory-db/pull/269 --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0012.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/os_str_bytes/{RUSTSEC-0000-0000.toml => RUSTSEC-2020-0012.toml} (95%) diff --git a/crates/os_str_bytes/RUSTSEC-0000-0000.toml b/crates/os_str_bytes/RUSTSEC-2020-0012.toml similarity index 95% rename from crates/os_str_bytes/RUSTSEC-0000-0000.toml rename to crates/os_str_bytes/RUSTSEC-2020-0012.toml index 9629e39..1bbee6b 100644 --- a/crates/os_str_bytes/RUSTSEC-0000-0000.toml +++ b/crates/os_str_bytes/RUSTSEC-2020-0012.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2020-0012" package = "os_str_bytes" date = "2020-04-24" title = "Relies on undefined behavior of `char::from_u32_unchecked`"