summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo SIMELIERE <hsimeliere.opensource@witekio.com>2023-03-03 16:40:26 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-14 14:59:10 +0000
commitd7fa5a35aae38687444e720ffdad649e096abaf9 (patch)
tree455fc2a8ff9754c6b942a7ce98e0f5b9229c729f
parent7b9f7437edcc3de1c52345deefcc507452ee95fc (diff)
downloadpoky-d7fa5a35aae38687444e720ffdad649e096abaf9.tar.gz
bluez5: Exclude CVE-2022-39177 from cve-check
CVE already fixed in CVE-2022-39176.patch (From OE-Core rev: 27c59788ce8b97666429981104d9e5d38634230e) Signed-off-by: Hugo SIMELIERE <hsimeliere.opensource@witekio.com> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-connectivity/bluez5/bluez5_5.55.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb b/meta/recipes-connectivity/bluez5/bluez5_5.55.bb
index e5353bd815..be74a35e0a 100644
--- a/meta/recipes-connectivity/bluez5/bluez5_5.55.bb
+++ b/meta/recipes-connectivity/bluez5/bluez5_5.55.bb
@@ -6,6 +6,13 @@ SRC_URI[sha256sum] = "8863717113c4897e2ad3271fc808ea245319e6fd95eed2e934fae8e089
6# These issues have kernel fixes rather than bluez fixes so exclude here 6# These issues have kernel fixes rather than bluez fixes so exclude here
7CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490" 7CVE_CHECK_WHITELIST += "CVE-2020-12352 CVE-2020-24490"
8 8
9# Commit 7a80d2096f1b7125085e21448112aa02f49f5e9a, e2b0f0d8d63e1223bb714a9efb37e2257818268b
10# and 0388794dc5fdb73a4ea88bcf148de0a12b4364d4 to fix CVE-2022-39177
11# already backport in CVE-2022-39176.patch
12# https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/1977968
13
14CVE_CHECK_WHITELIST += "CVE-2022-39177"
15
9# noinst programs in Makefile.tools that are conditional on READLINE 16# noinst programs in Makefile.tools that are conditional on READLINE
10# support 17# support
11NOINST_TOOLS_READLINE ?= " \ 18NOINST_TOOLS_READLINE ?= " \