From c300327fd6d6f253de48807fee0497b0d3684c80 Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Sun, 19 May 2019 16:37:34 -0700 Subject: [PATCH] RUSTSEC-2019-0003: Fix date Mistakenly logged as 2018 --- crates/protobuf/RUSTSEC-2019-0003.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/protobuf/RUSTSEC-2019-0003.toml b/crates/protobuf/RUSTSEC-2019-0003.toml index 2565b59..f476e88 100644 --- a/crates/protobuf/RUSTSEC-2019-0003.toml +++ b/crates/protobuf/RUSTSEC-2019-0003.toml @@ -1,7 +1,7 @@ [advisory] id = "RUSTSEC-2019-0003" package = "protobuf" -date = "2018-06-08" +date = "2019-06-08" title = "Out of Memory in stream::read_raw_bytes_into()" description = """ Affected versions of this crate called Vec::reserve() on user-supplied input.