mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2026-02-23 15:38:27 +01:00
Update aliases from GHSA OSV export (#1693)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2016-0001"
|
||||
package = "openssl"
|
||||
aliases = ["CVE-2016-10931"]
|
||||
aliases = ["CVE-2016-10931", "GHSA-34p9-f4q3-c4r7"]
|
||||
cvss = "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
date = "2016-11-05"
|
||||
keywords = ["ssl", "mitm"]
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
[advisory]
|
||||
id = "RUSTSEC-2018-0010"
|
||||
package = "openssl"
|
||||
aliases = ["CVE-2018-20997"]
|
||||
aliases = ["CVE-2018-20997", "GHSA-xjxc-vfw2-cg96"]
|
||||
cvss = "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H"
|
||||
date = "2018-06-01"
|
||||
keywords = ["memory-corruption"]
|
||||
|
||||
@@ -5,6 +5,7 @@ package = "openssl"
|
||||
date = "2023-03-24"
|
||||
url = "https://github.com/sfackler/rust-openssl/pull/1854"
|
||||
categories = ["thread-safety"]
|
||||
aliases = ["GHSA-3gxf-9r58-2ghg"]
|
||||
|
||||
[affected]
|
||||
functions = { "openssl::x509::X509NameBuilder::build" = ["< 0.10.48, >=0.9.7"] }
|
||||
|
||||
@@ -5,6 +5,7 @@ package = "openssl"
|
||||
date = "2023-03-24"
|
||||
url = "https://github.com/sfackler/rust-openssl/pull/1854"
|
||||
categories = ["file-disclosure"]
|
||||
aliases = ["GHSA-9qwg-crg9-m2vc"]
|
||||
|
||||
[affected]
|
||||
functions = { "openssl::x509::extension::SubjectAlternativeName::new" = ["< 0.10.48, >=0.9.7"], "openssl::x509::extension::ExtendedKeyUsage::other" = ["< 0.10.48, >=0.9.7"] }
|
||||
|
||||
@@ -5,6 +5,7 @@ package = "openssl"
|
||||
date = "2023-03-24"
|
||||
url = "https://github.com/sfackler/rust-openssl/pull/1854"
|
||||
categories = ["denial-of-service"]
|
||||
aliases = ["GHSA-6hcf-g6gr-hhcr"]
|
||||
|
||||
[affected]
|
||||
functions = { "openssl::x509::X509Extension::new" = ["< 0.10.48, >=0.9.7"], "openssl::x509::X509Extension::new_nid" = ["< 0.10.48, >=0.9.7"] }
|
||||
|
||||
Reference in New Issue
Block a user