]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
binutils: Ignore CVE-2022-38126 CVE-2022-38127
authorKhem Raj <raj.khem@gmail.com>
Tue, 13 Sep 2022 00:51:32 +0000 (17:51 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Sep 2022 22:03:34 +0000 (23:03 +0100)
They are already part of backports to 2_36 branch
as noted

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/binutils/binutils-2.39.inc

index 37627c8f93304e3a6f1350495598ae471320d23f..e4fdb732435ab54399b333a38735fb2cc1aaf165 100644 (file)
@@ -34,3 +34,7 @@ SRC_URI = "\
      file://0013-CVE-2022-38533.patch \
 "
 S  = "${WORKDIR}/git"
+# Already in 2.39 branch
+# - https://sourceware.org/bugzilla/show_bug.cgi?id=29289
+# - https://sourceware.org/bugzilla/show_bug.cgi?id=29290
+CVE_CHECK_IGNORE += "CVE-2022-38126 CVE-2022-38127"