mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-01-22 11:25:24 +01:00
Fix RUSTSEC-2022-0025,26,27 openssl-src for the 111 stream (#1263)
* Fix advisory openssl-src 111 stream patched * not a semver * make 111 affected
This commit is contained in:
committed by
GitHub
parent
f10f232879
commit
7cbdcd8500
@@ -9,8 +9,7 @@ date = "2022-05-03"
|
||||
url = "https://www.openssl.org/news/secadv/20220503.txt"
|
||||
|
||||
[versions]
|
||||
patched = [">= 300.0.6"]
|
||||
unaffected = ["< 300.0"]
|
||||
patched = [">= 111.20.0, < 300.0.0", ">= 300.0.6"]
|
||||
```
|
||||
|
||||
# Resource leakage when decoding certificates and keys
|
||||
|
||||
@@ -9,8 +9,7 @@ date = "2022-05-03"
|
||||
url = "https://www.openssl.org/news/secadv/20220503.txt"
|
||||
|
||||
[versions]
|
||||
patched = [">= 300.0.6"]
|
||||
unaffected = ["< 300.0"]
|
||||
patched = [">= 111.20.0, < 300.0.0", ">= 300.0.6"]
|
||||
```
|
||||
|
||||
# Incorrect MAC key used in the RC4-MD5 ciphersuite
|
||||
|
||||
@@ -9,8 +9,7 @@ date = "2022-05-03"
|
||||
url = "https://www.openssl.org/news/secadv/20220503.txt"
|
||||
|
||||
[versions]
|
||||
patched = [">= 300.0.6"]
|
||||
unaffected = ["< 300.0"]
|
||||
patched = [">= 111.20.0, < 300.0.0", ">= 300.0.6"]
|
||||
```
|
||||
|
||||
# `OCSP_basic_verify` may incorrectly verify the response signing certificate
|
||||
|
||||
Reference in New Issue
Block a user