diff options
author | Simone Weiß <simone.p.weiss@posteo.com> | 2024-02-18 12:20:36 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-18 22:02:40 +0000 |
commit | dc87dcffd31716d8000ed1e6e2e819fce47e4122 (patch) | |
tree | 0251ca00d33dad5fd90012166990bc501d401dcd /meta/recipes-bsp/grub | |
parent | c75421861462742433bc8600bf79fb3780198955 (diff) | |
download | poky-dc87dcffd31716d8000ed1e6e2e819fce47e4122.tar.gz |
grub2: ignore CVE-2024-1048, Redhat only issue
Redhat/Fedora specific as it affects the grub2-set-bootflag extension
added by Redhat to grub.
(From OE-Core rev: 40cd768368167f81de5bb55e9ff0584035f4c1b4)
Signed-off-by: Simone Weiß <simone.p.weiss@posteo.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-bsp/grub')
-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 47dc921798..83cf6047de 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
@@ -26,6 +26,7 @@ SRC_URI[sha256sum] = "b30919fa5be280417c17ac561bb1650f60cfb80cc6237fa1e2b6f56154 | |||
26 | CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" | 26 | CVE_STATUS[CVE-2019-14865] = "not-applicable-platform: applies only to RHEL" |
27 | CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE" | 27 | CVE_STATUS[CVE-2021-46705] = "not-applicable-platform: Applies only to SUSE" |
28 | CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" | 28 | CVE_STATUS[CVE-2023-4001] = "not-applicable-platform: Applies only to RHEL/Fedora" |
29 | CVE_STATUS[CVE-2024-1048] = "not-applicable-platform: Applies only to RHEL/Fedora" | ||
29 | 30 | ||
30 | DEPENDS = "flex-native bison-native gettext-native" | 31 | DEPENDS = "flex-native bison-native gettext-native" |
31 | 32 | ||