From: Richard Purdie Date: Thu, 20 May 2021 17:37:34 +0000 (+0100) Subject: grub: Exclude CVE-2019-14865 from cve-check X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a731386873f9c93c211be30ca8a8f42a9d8d6de3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git grub: Exclude CVE-2019-14865 from cve-check The CVE only applies to RHEL. Signed-off-by: Richard Purdie (cherry picked from commit 8cfc3ebe50facb7e34e778f3e264b26cfae20a04) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 2c55852ef0c..180e3752f86 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -13,6 +13,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" CVE_PRODUCT = "grub2" +# Applies only to RHEL +CVE_CHECK_WHITELIST += "CVE-2019-14865" + SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \ file://0001-Disable-mfpmath-sse-as-well-when-SSE-is-disabled.patch \ file://autogen.sh-exclude-pc.patch \