summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-09 15:31:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-09-11 11:31:56 +0100
commitac9e3126416c5ba161c24f14eacde8242eef3249 (patch)
tree6e71d387609d1bf4a50607ce2eac854c214ef618 /meta
parent11e6c13eb1434e9774237db6b8b536fd61f90c91 (diff)
downloadpoky-ac9e3126416c5ba161c24f14eacde8242eef3249.tar.gz
grub2: mark CVE-2024-2312 as not applicable
This issue is specific to the peimage module that Ubuntu add, and is not an upstream issue. (From OE-Core rev: 8d2fe3f403e6435e1ffe122a6776381090752d8a) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-bsp/grub/grub2.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index ffa04e415d..e87d269170 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -43,6 +43,7 @@ SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154
43CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" 43CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
44CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" 44CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora"
45CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" 45CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora"
46CVE_STATUS[CVE-2024-2312] = "not-applicable-platform: Applies only to Ubuntu"
46 47
47DEPENDS = "flex-native bison-native gettext-native" 48DEPENDS = "flex-native bison-native gettext-native"
48 49