From 70133b22d0079add8b1ab9a7e87085039c854609 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 7 Dec 2020 15:54:10 +0000 Subject: coreutils: add SUSE-specific issues to CVE whitelist CVE-2013-0221 through -223 are all SUSE-specific, so add them to the whitelist. (From OE-Core rev: b76b2b304368eaf77800fc4f957cad05169040ca) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie (cherry picked from commit 59f2120de3b6d53bbfb9db858ffb8b7b20c8d1ce) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-core/coreutils/coreutils_8.32.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-core') diff --git a/meta/recipes-core/coreutils/coreutils_8.32.bb b/meta/recipes-core/coreutils/coreutils_8.32.bb index 9d1eceef54..4eb357e310 100644 --- a/meta/recipes-core/coreutils/coreutils_8.32.bb +++ b/meta/recipes-core/coreutils/coreutils_8.32.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" -- cgit v1.2.3-54-g00ecf