|
@@ -37,6 +37,18 @@ GRUB2_IGNORE_CVES += CVE-2020-15707
|
|
|
# 2021/03/02 security fixes - patches 0029-0149
|
|
|
GRUB2_IGNORE_CVES += CVE-2020-25632 CVE-2020-25647 CVE-2020-27749 \
|
|
|
CVE-2020-27779 CVE-2021-3418 CVE-2021-20225 CVE-2021-20233
|
|
|
+# 0039-acpi-Don-t-register-the-acpi-command-when-locked-dow.patch
|
|
|
+GRUB2_IGNORE_CVES += CVE-2020-14372
|
|
|
+# CVE-2019-14865 is about a flaw in the grub2-set-bootflag tool, which
|
|
|
+# doesn't exist upstream, but is added by the Redhat/Fedora
|
|
|
+# packaging. Not applicable to Buildroot.
|
|
|
+GRUB2_IGNORE_CVES += CVE-2019-14865
|
|
|
+# CVE-2020-15705 is related to a flaw in the use of the
|
|
|
+# grub_linuxefi_secure_validate(), which was added by Debian/Ubuntu
|
|
|
+# patches. The issue doesn't affect upstream Grub, and
|
|
|
+# grub_linuxefi_secure_validate() is not implemented in the grub2
|
|
|
+# version available in Buildroot.
|
|
|
+GRUB2_IGNORE_CVES += CVE-2020-15705
|
|
|
|
|
|
ifeq ($(BR2_TARGET_GRUB2_INSTALL_TOOLS),y)
|
|
|
GRUB2_INSTALL_TARGET = YES
|