coreutils: remove obsolete ignored CVE list

Message ID 20220223130750.2734611-1-ross.burton@arm.com
State Accepted, archived
Commit dea00faf30ec7c19b6b5ed4651b430ba3faf69ff
Headers show
Series coreutils: remove obsolete ignored CVE list | expand

Commit Message

Ross Burton Feb. 23, 2022, 1:07 p.m. UTC
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 <ross.burton@arm.com>
---
 meta/recipes-core/coreutils/coreutils_9.0.bb | 3 ---
 1 file changed, 3 deletions(-)

Patch

diff --git a/meta/recipes-core/coreutils/coreutils_9.0.bb b/meta/recipes-core/coreutils/coreutils_9.0.bb
index 6a97c4d5cc..e4633949f4 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"