]> code.ossystems Code Review - openembedded-core.git/commitdiff
grub: Exclude CVE-2019-14865 from cve-check
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 20 May 2021 17:37:34 +0000 (18:37 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 May 2021 12:56:24 +0000 (13:56 +0100)
The CVE only applies to RHEL.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-bsp/grub/grub2.inc

index f0fa86b1823830ac094b8eb9aa7eac22078b495a..3c6b434c2d51971398d44e9757381702367944b0 100644 (file)
@@ -34,6 +34,9 @@ CVE_CHECK_WHITELIST += "\
     CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 CVE-2020-27779 \
     CVE-2021-3418 CVE-2021-20225 CVE-2021-20233"
 
+# Applies only to RHEL
+CVE_CHECK_WHITELIST += "CVE-2019-14865"
+
 S = "${WORKDIR}/grub-${REALPV}"
 
 UPSTREAM_CHECK_URI = "${GNU_MIRROR}/grub"