mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-10 13:41:11 +01:00
Fix all advisories to pass linter
Mostly related to the `affected_functions` field, which has changed a few times.
This commit is contained in:
@@ -14,4 +14,6 @@ patched_versions = [">= 0.6.10"]
|
||||
unaffected_versions = ["< 0.6.5"]
|
||||
url = "https://github.com/servo/rust-smallvec/issues/148"
|
||||
keywords = ["double free", "use after free", "arbitrary code execution"]
|
||||
affected_functions = ["smallvec::SmallVec::grow"]
|
||||
|
||||
[affected.functions]
|
||||
"smallvec::SmallVec::grow" = ["< 0.6.10, >= 0.6.5"]
|
||||
|
||||
@@ -13,5 +13,7 @@ Credits to @ehuss for discovering, reporting and fixing the bug.
|
||||
patched_versions = [">= 0.6.10"]
|
||||
unaffected_versions = ["< 0.6.3"]
|
||||
url = "https://github.com/servo/rust-smallvec/issues/149"
|
||||
keywords = ["memory corruption", "arbitrary code execution"]
|
||||
affected_functions = ["smallvec::SmallVec::grow"]
|
||||
categories = ["code-execution", "memory-corruption"]
|
||||
|
||||
[affected.functions]
|
||||
"smallvec::SmallVec::grow" = ["< 0.6.10, >= 0.6.3"]
|
||||
|
||||
Reference in New Issue
Block a user