Remove range overlaps, fix some range specifications (#930)

* Drop some clearly redundant bounds

* Fix RUSTSEC-2020-0091 - the version specification was incorrect, marking 1.0.0 as fixed while in reality it was not

* Fix RUSTSEC-2018-0004: presumably any updates to 0.3.x series would also get the fix, it would not be isolated to 0.3.2

* Fix incorrectly defined, overlapping ranges in RUSTSEC-2020-0080 and RUSTSEC-2019-0035
This commit is contained in:
Sergey "Shnatsel" Davidoff
2021-06-04 23:26:23 +02:00
committed by GitHub
parent 3e51834f36
commit 40afced5fb
6 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ keywords = ["miscompile", "sandbox", "wasm"]
aliases = ["CVE-2021-32629"]
[versions]
patched = [">= 0.73.1", ">= 0.74"]
patched = [">= 0.73.1"]
[affected]
arch = ["x86"]