From: Ross Burton Date: Mon, 7 Dec 2020 15:54:10 +0000 (+0000) Subject: coreutils: add SUSE-specific issues to CVE whitelist X-Git-Tag: 2020-04.5-dunfell~80 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=886a8c4e9a749216c0427dffe552c7b2ad087593;p=openembedded-core.git coreutils: add SUSE-specific issues to CVE whitelist CVE-2013-0221 through -223 are all SUSE-specific, so add them to the whitelist. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce) Signed-off-by: Steve Sakoman --- diff --git a/meta/recipes-core/coreutils/coreutils_8.31.bb b/meta/recipes-core/coreutils/coreutils_8.31.bb index 0c8452da98..bd7a8a2f35 100644 --- a/meta/recipes-core/coreutils/coreutils_8.31.bb +++ b/meta/recipes-core/coreutils/coreutils_8.31.bb @@ -199,3 +199,6 @@ do_install_ptest () { } FILES_${PN}-ptest += "${bindir}/getlimits" + +# These are specific to Opensuse +CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"