From f82a13beabc784da1455f86064ce9f0f225b6e5a Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 7 Aug 2023 17:56:56 +0100 Subject: [PATCH] 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 --- meta/recipes-extended/ghostscript/ghostscript_10.01.2.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.47.2