mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-10 13:41:11 +01:00
RUSTSEC-2020-0015: remove wildcards (#451)
They're breaking the parser: https://github.com/RustSec/rustsec-crate/pull/244/checks?check_run_id=1305962917
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.*"]
|
||||
unaffected = ["< 111.6.*"]
|
||||
patched = [">= 111.9"]
|
||||
unaffected = ["< 111.6"]
|
||||
```
|
||||
|
||||
# Crash causing Denial of Service attack
|
||||
|
||||
Reference in New Issue
Block a user