]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Whitelist CVE-2019-0190
authorAdrian Bunk <bunk@stusta.de>
Thu, 5 Dec 2019 21:42:27 +0000 (23:42 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 9 Dec 2019 11:56:41 +0000 (11:56 +0000)
This is only a problem with older Apache versions.

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

index 8819e19ec47c1a1d384b20761aded413d2b54bae..f653e05acc06e13bf8895f7d73b9c84d453b726d 100644 (file)
@@ -202,3 +202,7 @@ RDEPENDS_${PN}-ptest += "openssl-bin perl perl-modules bash"
 BBCLASSEXTEND = "native nativesdk"
 
 CVE_PRODUCT = "openssl:openssl"
+
+# Only affects OpenSSL >= 1.1.1 in combination with Apache < 2.4.37
+# Apache in meta-webserver is already recent enough
+CVE_CHECK_WHITELIST += "CVE-2019-0190"