mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-07 04:01:35 +01:00
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:
committed by
GitHub
parent
3e51834f36
commit
40afced5fb
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user