]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Whitelist CVE-2019-0190
authorAdrian Bunk <bunk@stusta.de>
Fri, 17 Jan 2020 16:58:18 +0000 (18:58 +0200)
committerArmin Kuster <akuster808@gmail.com>
Thu, 23 Jan 2020 02:26:59 +0000 (18:26 -0800)
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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-connectivity/openssl/openssl_1.1.1d.bb

index 0e65f333e22d02b4d88fe0be465d63eafb8fb13d..af2217bd15dbe794e0e58846191d7cb1fd985b8c 100644 (file)
@@ -205,3 +205,7 @@ RCONFLICTS_openssl-conf = "openssl10-conf"
 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"