summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-03-11 19:14:08 +0100
committerSteve Sakoman <steve@sakoman.com>2025-03-15 06:44:47 -0700
commiteafe151f69beee757046540380a1e42d7fc4740a (patch)
tree4e379aea5f51f75820b1566bbae4d2df984f48ca
parent0bab6572a6164facc1758a55c21c512c266aba14 (diff)
downloadpoky-eafe151f69beee757046540380a1e42d7fc4740a.tar.gz
grub: drop obsolete CVE statuses
CVE-2021-46705 was needed only with 2.06 CVE-2023-4692 and CVE-2023-4693 were fixed in NVD DB meanwhile (From OE-Core rev: 7d35eefd2290bad78199354157e5d275ceda0ce2) 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.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc
index 07b4000e04..c93b9594c8 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -23,11 +23,8 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
23SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154cb9c91" 23SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154cb9c91"
24 24
25CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" 25CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
26CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE"
27CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" 26CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora"
28CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" 27CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora"
29CVE_STATUS[CVE-2023-4692] = "cpe-incorrect: Fixed in version 2.12 already"
30CVE_STATUS[CVE-2023-4693] = "cpe-incorrect: Fixed in version 2.12 already"
31 28
32DEPENDS = "flex-native bison-native gettext-native" 29DEPENDS = "flex-native bison-native gettext-native"
33 30