mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +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:
@@ -12,4 +12,6 @@ patched_versions = [">= 1.22.0"]
|
||||
unaffected_versions = ["< 1.3.0"]
|
||||
categories = ["code-execution", "denial-of-service"]
|
||||
url = "https://github.com/rust-lang/rust/issues/44800"
|
||||
affected_functions = ["std::collections::vec_deque::VecDeque::reserve"]
|
||||
|
||||
[affected.functions]
|
||||
"std::collections::vec_deque::VecDeque::reserve" = ["< 1.22.0, >= 1.3.0"]
|
||||
|
||||
@@ -96,4 +96,6 @@ unaffected_versions = ["< 1.26.0"]
|
||||
url = "https://groups.google.com/forum/#!topic/rustlang-security-announcements/CmSuTm-SaU0"
|
||||
categories = ["denial-of-service", "memory-corruption"]
|
||||
cvss = "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
affected_functions = ["std::str::repeat"]
|
||||
|
||||
[affected.functions]
|
||||
"std::str::repeat" = ["< 1.29.1, >= 1.26.0"]
|
||||
|
||||
Reference in New Issue
Block a user