Add CVE mapping

This commit is contained in:
Sergey "Shnatsel" Davidoff
2020-03-18 17:15:13 +01:00
parent f9beae30a9
commit 7797133c67
40 changed files with 40 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ CA-issued certificate, even if there's a hostname mismatch.
The problem was addressed by leveraging rust-openssl's built-in support for
hostname verification.
"""
aliases = ["CVE-2016-10932"]
[affected]
os = ["windows"]

View File

@@ -13,6 +13,7 @@ is if an application constructs headers based on unsanitized user input.
This issue was fixed by replacing all newline characters with a space during serialization of
a header value.
"""
aliases = ["CVE-2017-18587"]
[versions]
patched = [">= 0.10.2", "< 0.10.0, >= 0.9.18"]