From: Ross Burton Date: Mon, 29 Jan 2024 18:19:20 +0000 (+0000) Subject: grub2: ignore CVE-2023-4001, this is Red Hat-specific X-Git-Tag: uninative-4.4~305 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f99b25355133fe8f65a55737270e67ea10b79d52;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git grub2: ignore CVE-2023-4001, this is Red Hat-specific Signed-off-by: Ross Burton Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 5685cae0ab4..47dc9217985 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -25,6 +25,7 @@ SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154 CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE" +CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" DEPENDS = "flex-native bison-native gettext-native"