diff options
author | Ross Burton <ross.burton@arm.com> | 2025-09-25 16:05:09 +0200 |
---|---|---|
committer | Steve Sakoman <steve@sakoman.com> | 2025-09-25 12:25:52 -0700 |
commit | 77fb27f68027d23667316f0bcd09a2452082854c (patch) | |
tree | eeef85e66fa9e3284614682083903ab5678493bd | |
parent | f15ade2e8a3dc0c4552b1e712d6d08a9bcb6c01a (diff) | |
download | poky-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.inc | 1 |
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 | |||
44 | CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" | 44 | CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" |
45 | CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" | 45 | CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" |
46 | CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" | 46 | CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" |
47 | CVE_STATUS[CVE-2024-2312] = "not-applicable-platform: Applies only to Ubuntu" | ||
47 | 48 | ||
48 | DEPENDS = "flex-native bison-native gettext-native" | 49 | DEPENDS = "flex-native bison-native gettext-native" |
49 | 50 | ||