RUSTSEC-2020-0015: use wildcards in version req (#450)

`semver` v0.11 is having trouble parsing these requirements.
This commit is contained in:
Tony Arcieri
2020-10-25 14:28:21 -07:00
committed by GitHub
parent 3796cc005e
commit 1bf68e0dce

View File

@@ -8,8 +8,8 @@ date = "2020-04-25"
url = "https://www.openssl.org/news/secadv/20200421.txt"
[versions]
patched = [">= 111.9.0+1.1.1g"]
unaffected = ["< 111.6.0+1.1.1d"]
patched = [">= 111.9.*"]
unaffected = ["< 111.6.*"]
```
# Crash causing Denial of Service attack