mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-27 06:29:31 +01:00
Fix version specification in CVE-2022-21658 (#1161)
This commit is contained in:
committed by
GitHub
parent
3e8ee0982f
commit
b0dce59b2a
@@ -9,7 +9,7 @@ cvss = "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:H"
|
||||
|
||||
[affected]
|
||||
[affected.functions]
|
||||
"std::fs::remove_dir_all" = ["<= 1.58.1"]
|
||||
"std::fs::remove_dir_all" = ["< 1.58.1"]
|
||||
|
||||
[versions]
|
||||
patched = [">= 1.58.1"]
|
||||
|
||||
Reference in New Issue
Block a user