summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHitendra Prajapati <hprajapati@mvista.com>2025-10-07 11:32:06 +0530
committerSteve Sakoman <steve@sakoman.com>2025-10-13 12:42:57 -0700
commit09dadcefe3769fcfa628e1ac8928a1faeb936563 (patch)
treecae69e751f8a3bdc350b390e5d0f556024a05f2d
parenta981860c32b56a7c6097553b26493b64ec774254 (diff)
downloadpoky-09dadcefe3769fcfa628e1ac8928a1faeb936563.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: d005eda88dad37f31bdc59e45e20b209f3771a26) Signed-off-by: Hitendra Prajapati <hprajapati@mvista.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 fd671d88ad..edb87ef2ea 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -45,6 +45,7 @@ SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154
45CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" 45CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
46CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" 46CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora"
47CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" 47CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora"
48CVE_STATUS[CVE-2024-2312] = "not-applicable-platform: Applies only to Ubuntu"
48 49
49DEPENDS = "flex-native bison-native gettext-native" 50DEPENDS = "flex-native bison-native gettext-native"
50 51