From 8b88d6635569b227907fff3927c5bc28790b5500 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 7 Jul 2019 11:25:02 -0700 Subject: [PATCH] Assign RUSTSEC-2019-0010 to libflate Original PR: https://github.com/RustSec/advisory-db/pull/122 --- .../libflate/{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0010.toml} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename crates/libflate/{RUSTSEC-0000-0000.toml => RUSTSEC-2019-0010.toml} (97%) diff --git a/crates/libflate/RUSTSEC-0000-0000.toml b/crates/libflate/RUSTSEC-2019-0010.toml similarity index 97% rename from crates/libflate/RUSTSEC-0000-0000.toml rename to crates/libflate/RUSTSEC-2019-0010.toml index d7cf380..5b6d4a7 100644 --- a/crates/libflate/RUSTSEC-0000-0000.toml +++ b/crates/libflate/RUSTSEC-2019-0010.toml @@ -1,5 +1,5 @@ [advisory] -id = "RUSTSEC-0000-0000" +id = "RUSTSEC-2019-0010" package = "libflate" date = "2019-07-04" title = "MultiDecoder::read() drops uninitialized memory of arbitrary type on panic in client code"