From a14637fe6253ade76782a5ae0a721e65db68663a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20Kj=C3=A4ll?= Date: Sat, 19 Sep 2020 17:03:04 +0200 Subject: [PATCH] added CVE number CVE-2020-25574 (#385) https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-25574 --- crates/http/RUSTSEC-2019-0033.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/http/RUSTSEC-2019-0033.toml b/crates/http/RUSTSEC-2019-0033.toml index fe88a86..14f2046 100644 --- a/crates/http/RUSTSEC-2019-0033.toml +++ b/crates/http/RUSTSEC-2019-0033.toml @@ -1,5 +1,6 @@ [advisory] id = "RUSTSEC-2019-0033" +aliases = ["CVE-2020-25574"] package = "http" date = "2019-11-16" title = "Integer Overflow in HeaderMap::reserve() can cause Denial of Service"