From 556aa4b56bf498e21a126263c865368e3557993c Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 23 Feb 2022 13:07:50 +0000 Subject: 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. (From OE-Core rev: 14d88544c9b638cd43749c8de344c83d91ed1965) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit dea00faf30ec7c19b6b5ed4651b430ba3faf69ff) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_8.32.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index 01acf9a874..d819bbaae6 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.bb @@ -208,6 +208,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" -- cgit v1.2.3-54-g00ecf