mirror of
git://git.yoctoproject.org/poky
synced 2026-04-02 02:49:11 +00:00
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>
This commit is contained in:
parent
ba0245b747
commit
65f30e5222
@ -30,6 +30,9 @@ SRC_URI[sha256sum] = "8c0486668586672c5693d7d95817cb05a18c5ecca2f40e2836b9578064
|
||||
SRC_URI_class-native = "${BASE_SRC_URI}"
|
||||
|
||||
S = "${WORKDIR}/${BPN}${PV}/unix"
|
||||
# Upstream don't believe this is an exploitable issue
|
||||
# https://core.tcl-lang.org/tcl/info/7079e4f91601e9c7
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-35331"
|
||||
|
||||
PSEUDO_IGNORE_PATHS .= ",${WORKDIR}/${BPN}${PV}"
|
||||
VER = "${PV}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user