summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-09-25 16:05:09 +0200
committerSteve Sakoman <steve@sakoman.com>2025-09-25 12:25:52 -0700
commit77fb27f68027d23667316f0bcd09a2452082854c (patch)
treeeeef85e66fa9e3284614682083903ab5678493bd
parentf15ade2e8a3dc0c4552b1e712d6d08a9bcb6c01a (diff)
downloadpoky-77fb27f68027d23667316f0bcd09a2452082854c.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) (From OE-Core rev: 37c224f51817a948f2558f78eec23a3b1df1cb24) 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> Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-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 db053b27b0..22d5b3fc07 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -44,6 +44,7 @@ SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154
44CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" 44CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
45CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" 45CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora"
46CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" 46CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora"
47CVE_STATUS[CVE-2024-2312] = "not-applicable-platform: Applies only to Ubuntu"
47 48
48DEPENDS = "flex-native bison-native gettext-native" 49DEPENDS = "flex-native bison-native gettext-native"
49 50