From e9e31b78b2509358413067e79e9100905f25274b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Wed, 18 Sep 2019 10:55:28 -0600 Subject: [PATCH] Assign RUSTSEC-2019-0021 to linea Original PR: https://github.com/RustSec/advisory-db/pull/160 --- ...{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0021.toml} | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) rename crates/linea/{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0021.toml} (91%) diff --git a/crates/linea/RUSTSEC-0000-0000.toml b/crates/linea/RUSTSEC-2019-0021.toml similarity index 91% rename from crates/linea/RUSTSEC-0000-0000.toml rename to crates/linea/RUSTSEC-2019-0021.toml index f00d41f..1217e35 100644 --- a/crates/linea/RUSTSEC-0000-0000.toml +++ b/crates/linea/RUSTSEC-2019-0021.toml @@ -1,12 +1,8 @@ [advisory] -id = "RUSTSEC-0000-0000" - +id = "RUSTSEC-2019-0021" package = "linea" - date = "2019-09-14" - title = "`Matrix::zip_elements` causes double free" - description = """ Affected versions of this crate did not properly implements the `Matrix::zip_elements` method, which causes an double free when the given trait implementation might panic. @@ -14,12 +10,7 @@ This allows an attacker to corrupt or take control of the memory. The flaw was corrected by Phosphorus15. """ - -# yet not merged patched_versions = ["> 0.9.4"] - url = "https://github.com/strake/linea.rs/issues/2" - categories = ["memory-corruption"] - keywords = ["double free"]