From: Richard Purdie Date: Mon, 10 May 2021 12:36:02 +0000 (+0100) Subject: qemu: Exclude CVE-2018-18438 from cve-check X-Git-Tag: yocto-3.3.2~124 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=7c7c3f3dd3bf7dc34f26d931acf562e93c45e807;p=openembedded-core.git qemu: Exclude CVE-2018-18438 from cve-check The issues were investigated and found not to be an issue therefore exclude from checks. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/qemu/qemu.inc b/meta/recipes-devtools/qemu/qemu.inc index c56f341a5e..fbda0c9174 100644 --- a/meta/recipes-devtools/qemu/qemu.inc +++ b/meta/recipes-devtools/qemu/qemu.inc @@ -72,6 +72,10 @@ CVE_CHECK_WHITELIST += "CVE-2017-5957" # enable it by default. CVE_CHECK_WHITELIST += "CVE-2007-0998" +# 'The issues identified by this CVE were determined to not constitute a vulnerability.' +# https://bugzilla.redhat.com/show_bug.cgi?id=1609015#c11 +CVE_CHECK_WHITELIST += "CVE-2018-18438" + COMPATIBLE_HOST_mipsarchn32 = "null" COMPATIBLE_HOST_mipsarchn64 = "null"