diff options
| author | Peter Marko <peter.marko@siemens.com> | 2024-12-01 19:53:36 +0100 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-12-09 07:54:03 -0800 |
| commit | 33383fb8041e7dc14abeb8553001de57ad643240 (patch) | |
| tree | 744f1b9830cad1d629a8dbed84243a2b692ceddd | |
| parent | 7aa27fe43b3ba0dd353b89919b6e24362a565c67 (diff) | |
| download | poky-33383fb8041e7dc14abeb8553001de57ad643240.tar.gz | |
grub: ignore CVE-2024-1048 and CVE-2023-4001
Same was done in newer Yocto releases.
See commit: f99b25355133fe8f65a55737270e67ea10b79d52
See commit: 40cd768368167f81de5bb55e9ff0584035f4c1b4
(From OE-Core rev: 823f7ab85cff010c777616ed5db0e0c41f6cc4e6)
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 2718379474..3e96426b82 100644 --- a/meta/recipes-bsp/grub/grub2.inc +++ b/meta/recipes-bsp/grub/grub2.inc | |||
| @@ -49,6 +49,8 @@ SRC_URI[sha256sum] = "23b64b4c741569f9426ed2e3d0e6780796fca081bee4c99f62aa3f53ae | |||
| 49 | CVE_CHECK_IGNORE += "CVE-2019-14865" | 49 | CVE_CHECK_IGNORE += "CVE-2019-14865" |
| 50 | # Applies only to SUSE | 50 | # Applies only to SUSE |
| 51 | CVE_CHECK_IGNORE += "CVE-2021-46705" | 51 | CVE_CHECK_IGNORE += "CVE-2021-46705" |
| 52 | # not-applicable-platform: Applies only to RHEL/Fedora | ||
| 53 | CVE_CHECK_IGNORE += "CVE-2024-1048 CVE-2023-4001" | ||
| 52 | 54 | ||
| 53 | DEPENDS = "flex-native bison-native gettext-native" | 55 | DEPENDS = "flex-native bison-native gettext-native" |
| 54 | 56 | ||
