From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@buildroot.org
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 2/2] boot/grub2: ignore CVE-2021-46705
Date: Tue, 20 Sep 2022 23:29:20 +0200 [thread overview]
Message-ID: <20220920212921.732287-2-thomas.petazzoni@bootlin.com> (raw)
In-Reply-To: <20220920212921.732287-1-thomas.petazzoni@bootlin.com>
This CVE is specific to the SUSE distribution. See
https://security-tracker.debian.org/tracker/CVE-2021-46705.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
boot/grub2/grub2.mk | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boot/grub2/grub2.mk b/boot/grub2/grub2.mk
index f04be05227..875884cf5c 100644
--- a/boot/grub2/grub2.mk
+++ b/boot/grub2/grub2.mk
@@ -32,6 +32,8 @@ GRUB2_IGNORE_CVES += CVE-2019-14865
GRUB2_IGNORE_CVES += CVE-2020-15705
# 0002-grub-mkconfig-Restore-umask-for-the-grub.cfg.patch
GRUB2_IGNORE_CVES += CVE-2021-3981
+# vulnerability is specific to the SUSE distribution
+GRUB2_IGNORE_CVES += CVE-2021-46705
ifeq ($(BR2_TARGET_GRUB2_INSTALL_TOOLS),y)
GRUB2_INSTALL_TARGET = YES
--
2.37.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next prev parent reply other threads:[~2022-09-20 21:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-09-20 21:29 [Buildroot] [PATCH 1/2] boot/grub2: add patch to fix CVE-2021-3981 Thomas Petazzoni
2022-09-20 21:29 ` Thomas Petazzoni [this message]
2022-11-05 16:44 ` [Buildroot] [PATCH 2/2] boot/grub2: ignore CVE-2021-46705 Peter Korsgaard
2022-10-25 21:06 ` [Buildroot] [PATCH 1/2] boot/grub2: add patch to fix CVE-2021-3981 Thomas Petazzoni via buildroot
2022-11-05 16:44 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220920212921.732287-2-thomas.petazzoni@bootlin.com \
--to=thomas.petazzoni@bootlin.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.