summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-09-12 17:51:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-13 23:03:36 +0100
commit5b4e7e13d39d65cb9dd3c85122d97c7a4463fe2d (patch)
tree755a0da44a3ea2a009bc6df39d4cae3331662379 /meta/recipes-devtools/binutils
parentabf34cbd39506499ee1b381032d9c1eb916c3657 (diff)
downloadpoky-5b4e7e13d39d65cb9dd3c85122d97c7a4463fe2d.tar.gz
binutils: Ignore CVE-2022-38126 CVE-2022-38127
They are already part of backports to 2_36 branch as noted (From OE-Core rev: 5789c34b3e77937d034817a0cbd73bc1e4dcf451) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils')
-rw-r--r--meta/recipes-devtools/binutils/binutils-2.39.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.39.inc b/meta/recipes-devtools/binutils/binutils-2.39.inc
index 37627c8f93..e4fdb73243 100644
--- a/meta/recipes-devtools/binutils/binutils-2.39.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.39.inc
@@ -34,3 +34,7 @@ SRC_URI = "\
34 file://0013-CVE-2022-38533.patch \ 34 file://0013-CVE-2022-38533.patch \
35" 35"
36S = "${WORKDIR}/git" 36S = "${WORKDIR}/git"
37# Already in 2.39 branch
38# - https://sourceware.org/bugzilla/show_bug.cgi?id=29289
39# - https://sourceware.org/bugzilla/show_bug.cgi?id=29290
40CVE_CHECK_IGNORE += "CVE-2022-38126 CVE-2022-38127"