From: Ross Burton Date: Mon, 7 Aug 2023 16:56:56 +0000 (+0100) Subject: ghostscript: ignore CVE-2023-38560 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f82a13beabc784da1455f86064ce9f0f225b6e5a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ghostscript: ignore CVE-2023-38560 The ghostscript recipe isn't vulnerable to CVE-2023-38560, as this is an issue in the GhostPCL release, whereas this recipe is the Ghostscript release. Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb index 6b5f443db06..0ddf708f936 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb @@ -67,3 +67,5 @@ COMPATIBLE_HOST = "^(?!arc).*" # some entries in NVD uses gpl_ghostscript CVE_PRODUCT = "ghostscript gpl_ghostscript" + +CVE_STATUS[CVE-2023-38560] = "not-applicable-config: PCL isn't part of the Ghostscript release"