Fix version specification in CVE-2022-21658 (#1161)

This commit is contained in:
Sergey "Shnatsel" Davidoff
2022-01-21 16:27:28 +01:00
committed by GitHub
parent 3e8ee0982f
commit b0dce59b2a

View File

@@ -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"]