diff options
author | Ross Burton <ross@burtonini.com> | 2021-08-16 10:05:49 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-16 10:24:55 +0100 |
commit | 94dfcaff64ee971d9e5a3edebe8f13ca20ea3555 (patch) | |
tree | 2fb5512997b846186feee4321e6c41847052d933 /meta/recipes-extended | |
parent | 0b8f844c8c00f5d9648d55e8bf57b2d0fde090a2 (diff) | |
download | poky-94dfcaff64ee971d9e5a3edebe8f13ca20ea3555.tar.gz |
tar: ignore node-tar CVEs
These two CVEs are specific to the Node package node-tar.
(From OE-Core rev: bc7216e8148d0dee7b56e6851da6615e93647a0a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/tar/tar_1.34.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/tar/tar_1.34.bb b/meta/recipes-extended/tar/tar_1.34.bb index c096a8c9a8..98755a11cc 100644 --- a/meta/recipes-extended/tar/tar_1.34.bb +++ b/meta/recipes-extended/tar/tar_1.34.bb | |||
@@ -61,3 +61,6 @@ PROVIDES:append:class-native = " tar-replacement-native" | |||
61 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" | 61 | NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}" |
62 | 62 | ||
63 | BBCLASSEXTEND = "native nativesdk" | 63 | BBCLASSEXTEND = "native nativesdk" |
64 | |||
65 | # These are both specific to the NPM package node-tar | ||
66 | CVE_CHECK_WHITELIST += "CVE-2021-32803 CVE-2021-32804" | ||