Merge pull request #101 from RustSec/RUSTSEC-2019-0003/fix-date

RUSTSEC-2019-0003: Fix date
This commit is contained in:
Tony Arcieri
2019-05-19 17:05:10 -07:00
committed by GitHub

View File

@@ -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.