From b274b3434f89dfc1f06589fc530b64b592cfedd7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 21 Dec 2020 13:50:05 +0000 Subject: cups: Mark CVE-2008-1033 as a non-issue It only applies to MacOS. (From OE-Core rev: 7acb6701df68e8259f762101ef22c2f1b3526147) Signed-off-by: Richard Purdie (cherry picked from commit cad1162f41c4c060744b98109514f761aa64d34a) Signed-off-by: Anuj Mittal Signed-off-by: Richard Purdie --- meta/recipes-extended/cups/cups.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/recipes-extended/cups') diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 91e73d75e4..e7a704134c 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -20,6 +20,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 only applies to MacOS +CVE_CHECK_WHITELIST += "CVE-2008-1033" # Issue affects pdfdistiller plugin used with but not part of cups CVE_CHECK_WHITELIST += "CVE-2009-0032" # This is an Ubuntu only issue. -- cgit v1.2.3-54-g00ecf