Message ID | 20251007211256.1570624-1-peter.marko@siemens.com |
---|---|
State | Under Review |
Delegated to: | Steve Sakoman |
Headers | show |
Series | [kirkstone] grub: ignore CVE-2024-2312 | expand |
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 1b019752b7..94eeadfb99 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc @@ -70,6 +70,8 @@ CVE_CHECK_IGNORE += "CVE-2019-14865" CVE_CHECK_IGNORE += "CVE-2021-46705" # not-applicable-platform: Applies only to RHEL/Fedora CVE_CHECK_IGNORE += "CVE-2024-1048 CVE-2023-4001" +# not-applicable-platform: Applies only to Ubuntu +CVE_CHECK_IGNORE += "CVE-2024-2312" DEPENDS = "flex-native bison-native gettext-native"