mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-01 17:20:33 +01:00
RUSTSEC-2020-0015: use wildcards in version req (#450)
`semver` v0.11 is having trouble parsing these requirements.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user