From: Ross Burton Date: Wed, 23 Feb 2022 13:07:50 +0000 (+0000) Subject: coreutils: remove obsolete ignored CVE list X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~5103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dea00faf30ec7c19b6b5ed4651b430ba3faf69ff;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git coreutils: remove obsolete ignored CVE list Three CVEs were meant to be ignored via CVE_WHITELIST, but that wasn't the correct variable name. The CPEs for those CVEs mean that they don't get picked up in our report, so just remove the assignment. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/coreutils/coreutils_9.0.bb b/meta/recipes-core/coreutils/coreutils_9.0.bb index 6a97c4d5ccc..e4633949f42 100644 --- a/meta/recipes-core/coreutils/coreutils_9.0.bb +++ b/meta/recipes-core/coreutils/coreutils_9.0.bb @@ -204,6 +204,3 @@ do_install_ptest () { } FILES:${PN}-ptest += "${bindir}/getlimits" - -# These are specific to Opensuse -CVE_WHITELIST += "CVE-2013-0221 CVE-2013-0222 CVE-2013-0223"