From: Richard Purdie Date: Tue, 11 May 2021 12:12:26 +0000 (+0100) Subject: cpio: Exclude CVE-2010-4226 from cve-check X-Git-Tag: 2020-04.8-dunfell~22 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=0f759992b7713e9664a4276a068a65f5e638fe33;p=openembedded-core.git cpio: Exclude CVE-2010-4226 from cve-check Issue applies to use of cpio in SUSE/OBS, doesn't apply to us. Signed-off-by: Richard Purdie (cherry picked from commit 915b38c54a7932744a9f56713d1c6bd00a789331) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-extended/cpio/cpio_2.13.bb b/meta/recipes-extended/cpio/cpio_2.13.bb index 9e35a80f8b..6536257993 100644 --- a/meta/recipes-extended/cpio/cpio_2.13.bb +++ b/meta/recipes-extended/cpio/cpio_2.13.bb @@ -16,6 +16,9 @@ SRC_URI[sha256sum] = "e87470d9c984317f658567c03bfefb6b0c829ff17dbf6b0de48d71a4c8 inherit autotools gettext texinfo +# Issue applies to use of cpio in SUSE/OBS, doesn't apply to us +CVE_CHECK_WHITELIST += "CVE-2010-4226" + EXTRA_OECONF += "DEFAULT_RMT_DIR=${sbindir}" do_install () {