From df689834c7c8814911d6dd797c81af0b67fc545a Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sat, 7 Sep 2019 08:08:16 -0700 Subject: [PATCH] Assign RUSTSEC-2019-0020 to generator Original PR: https://github.com/RustSec/advisory-db/pull/150 --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0020.toml} | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) rename crates/generator/{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0020.toml} (93%) diff --git a/crates/generator/RUSTSEC-0000-0000.toml b/crates/generator/RUSTSEC-2019-0020.toml similarity index 93% rename from crates/generator/RUSTSEC-0000-0000.toml rename to crates/generator/RUSTSEC-2019-0020.toml index 73de74d..cb85afb 100644 --- a/crates/generator/RUSTSEC-0000-0000.toml +++ b/crates/generator/RUSTSEC-2019-0020.toml @@ -1,12 +1,8 @@ [advisory] -id = "RUSTSEC-0000-0000" - +id = "RUSTSEC-2019-0020" package = "generator" - date = "2019-09-06" - title = "fix unsound APIs that could lead to UB" - description = """ Affected versions of this crate API could use uninitialized memory with some APIs in special cases, like use the API in none generator context. This could lead to UB. @@ -16,9 +12,6 @@ The flaw was corrected by This patch fixes all those issues above. """ - patched_versions = [">= 0.6.18"] - url = "https://github.com/Xudong-Huang/generator-rs/issues/9" - keywords = ["memory-corruption"]