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

@@ -18,6 +18,7 @@ they will not be dropped more than once.
Thank you to @Vurich for reporting this bug.
"""
aliases = ["CVE-2018-20991"]
[versions]
unaffected = ["< 0.3.2"]

View File

@@ -12,6 +12,7 @@ An attacker that controls the value passed to `grow` may exploit this flaw to ob
Credits to @ehuss for discovering, reporting and fixing the bug.
"""
aliases = ["CVE-2019-15551"]
[affected.functions]
"smallvec::SmallVec::grow" = ["< 0.6.10, >= 0.6.5"]

View File

@@ -12,6 +12,7 @@ An attacker that controls the value passed to `grow` may exploit this flaw to ob
Credits to @ehuss for discovering, reporting and fixing the bug.
"""
aliases = ["CVE-2019-15554"]
[affected.functions]
"smallvec::SmallVec::grow" = ["< 0.6.10, >= 0.6.3"]