From 5e2b40da1d5dd6a1b581e422635455555e37260e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sun, 20 Dec 2020 23:55:12 +0000 Subject: cups: Mark CVE-2009-0032 as a non-issue The CVE was against a cups plugin which is obsolete and we don't include. (From OE-Core rev: 7a5123aa30fe4f19bf6daa7278e29283be05dab1) Signed-off-by: Richard Purdie (cherry picked from commit 5f7cb9f6ec4b14f992d265b8c67a9f5589f9b842) Signed-off-by: Steve Sakoman Signed-off-by: Richard Purdie --- meta/recipes-extended/cups/cups.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 9b4b2a9b13..509c80c313 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -18,6 +18,8 @@ SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.t UPSTREAM_CHECK_URI = "https://github.com/apple/cups/releases" UPSTREAM_CHECK_REGEX = "cups-(?P\d+\.\d+(\.\d+)?)-source.tar" +# Issue affects pdfdistiller plugin used with but not part of cups +CVE_CHECK_WHITELIST += "CVE-2009-0032" # This is an Ubuntu only issue. CVE_CHECK_WHITELIST += "CVE-2018-6553" -- cgit v1.2.3-54-g00ecf