summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-03 10:17:58 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-09-17 21:31:37 +0100
commit65f30e522275a22928000bc2796c8f2c7064bbbc (patch)
treebb7ce495e567ff8dcd92dabe7f24a5b79520c7f6 /meta/recipes-devtools
parentba0245b747f50e46e278d1bc614ef5ad04796be1 (diff)
downloadpoky-65f30e522275a22928000bc2796c8f2c7064bbbc.tar.gz
tcl: Exclude CVE-2021-35331 from checks
Upstream don't believe this is an issue. (From OE-Core rev: d0ff86bccdbcd91e8760001037168043725ef8f4) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit adf7bafee3f8884e525b5639ba092a1cd8e3beb9) Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/tcltk/tcl_8.6.11.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
index efb36b32dd..a993d7c959 100644
--- a/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
+++ b/meta/recipes-devtools/tcltk/tcl_8.6.11.bb
@@ -30,6 +30,9 @@ SRC_URI[sha256sum] = "8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064
30SRC_URI_class-native = "${BASE_SRC_URI}" 30SRC_URI_class-native = "${BASE_SRC_URI}"
31 31
32S = "${WORKDIR}/${BPN}${PV}/unix" 32S = "${WORKDIR}/${BPN}${PV}/unix"
33# Upstream don't believe this is an exploitable issue
34# https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7
35CVE_CHECK_WHITELIST += "CVE-2021-35331"
33 36
34PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}" 37PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
35VER = "${PV}" 38VER = "${PV}"