mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
tar: ignore node-tar CVEs
These three CVEs are specific to the Node package node-tar. exclude: CVE-2021-37701 CVE-2021-37712 CVE-2021-37713 (From OE-Core rev: 8653ed5bc02c794944372be5c4ba785a7739f6d0) Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 9f9317a02d73c1e5aea026683a037e52c996c7bb) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5d5ec38952
commit
b2ec153225
@@ -68,3 +68,4 @@ BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# These are both specific to the NPM package node-tar
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804"
|
||||
CVE_CHECK_WHITELIST += "CVE-2021-37701 CVE-2021-37712 CVE-2021-37713"
|
||||
|
||||
Reference in New Issue
Block a user