summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2025-03-11 19:17:09 +0100
committerSteve Sakoman <steve@sakoman.com>2025-03-15 06:40:08 -0700
commit42a576f3353f20a28dec68c7fa378d65fb15179e (patch)
tree7feadf4d45486e9d7fd51af04d8b9df78b8254ef
parent7543e4e24a8bd61e1c9b172ea1ad0ed666b5e2b0 (diff)
downloadpoky-42a576f3353f20a28dec68c7fa378d65fb15179e.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: fab492f32a8630a353d307119dd4109dac81ad45) 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 54c0e9bdd5..c160d15717 100644
--- a/meta/recipes-bsp/grub/grub2.inc
+++ b/meta/recipes-bsp/grub/grub2.inc
@@ -24,11 +24,8 @@ SRC_URI = "${GNU_MIRROR}/grub/grub-${PV}.tar.gz \
24SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154cb9c91" 24SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154cb9c91"
25 25
26CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" 26CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL"
27CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE"
28CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" 27CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora"
29CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" 28CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora"
30CVE_STATUS[CVE-2023-4692] = "cpe-incorrect: Fixed in version 2.12 already"
31CVE_STATUS[CVE-2023-4693] = "cpe-incorrect: Fixed in version 2.12 already"
32 29
33DEPENDS = "flex-native bison-native gettext-native" 30DEPENDS = "flex-native bison-native gettext-native"
34 31