From c762d41313dc790abdbae5acf75df54694238c4b Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Thu, 7 Nov 2019 08:04:32 -0800 Subject: [PATCH] Assign RUSTSEC-2019-0030 to streebog Original PR: https://github.com/RustSec/advisory-db/pull/201 --- .../{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0030.toml} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename crates/streebog/{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0030.toml} (87%) diff --git a/crates/streebog/RUSTSEC-0000-0000.toml b/crates/streebog/RUSTSEC-2019-0030.toml similarity index 87% rename from crates/streebog/RUSTSEC-0000-0000.toml rename to crates/streebog/RUSTSEC-2019-0030.toml index a4e3389a8..f34b162dd 100644 --- a/crates/streebog/RUSTSEC-0000-0000.toml +++ b/crates/streebog/RUSTSEC-2019-0030.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2019-0030" package = "streebog" date = "2019-10-06" title = "Incorrect implementation of the Streebog hash functions" @@ -10,4 +10,4 @@ inputs. """ patched_versions = [">= 0.8.0"] url = "https://github.com/RustCrypto/hashes/pull/91" -category = ["crypto-failure"] \ No newline at end of file +categories = ["crypto-failure"]