diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-10-07 23:12:56 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-10-14 07:20:35 -0700 |
| commit | 0adb465b9e591b761e459f01bb0d2f8cfa8cea8b (patch) | |
| tree | 7c122f1c2eca9ab2b4b265231aa379ce10926a4d | |
| parent | ca3783f70de0abf516fd0cb5447440c4325b9d1e (diff) | |
| download | poky-0adb465b9e591b761e459f01bb0d2f8cfa8cea8b.tar.gz | |
grub: ignore CVE-2024-2312
This CVE is specific to Ubuntu [1].
[1] https://bugs.launchpad.net/ubuntu/+source/grub2-unsigned/+bug/2054127
(From OE-Core rev: dc10bf2f9dd91cbd34af43162b61736fc26aa314)
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 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-bsp/grub/grub2.inc b/meta/recipes-bsp/grub/grub2.inc index 1b019752b7..94eeadfb99 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -70,6 +70,8 @@ CVE_CHECK_IGNORE += "CVE-2019-14865" | |||
| 70 | CVE_CHECK_IGNORE += "CVE-2021-46705" | 70 | CVE_CHECK_IGNORE += "CVE-2021-46705" |
| 71 | # not-applicable-platform: Applies only to RHEL/Fedora | 71 | # not-applicable-platform: Applies only to RHEL/Fedora |
| 72 | CVE_CHECK_IGNORE += "CVE-2024-1048 CVE-2023-4001" | 72 | CVE_CHECK_IGNORE += "CVE-2024-1048 CVE-2023-4001" |
| 73 | # not-applicable-platform: Applies only to Ubuntu | ||
| 74 | CVE_CHECK_IGNORE += "CVE-2024-2312" | ||
| 73 | 75 | ||
| 74 | DEPENDS = "flex-native bison-native gettext-native" | 76 | DEPENDS = "flex-native bison-native gettext-native" |
| 75 | 77 | ||
