]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ghostscript: ignore GhostPCL CVE-2023-38560
authorLee Chee Yang <chee.yang.lee@intel.com>
Thu, 16 Nov 2023 09:23:41 +0000 (17:23 +0800)
committerSteve Sakoman <steve@sakoman.com>
Tue, 21 Nov 2023 15:32:39 +0000 (05:32 -1000)
issue in GhostPCL.
GhostPCL not part of this GhostScript recipe.

Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb

index 4c4c22cf39e65b9c434cb814a06b264fda7534da..7f4050755cb1caf1095f82c6078ac8938a035f85 100644 (file)
@@ -23,6 +23,9 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
 # however we use an external jpeg which doesn't have the issue.
 CVE_CHECK_IGNORE += "CVE-2013-6629"
 
+# Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe.
+CVE_CHECK_IGNORE += "CVE-2023-38560"
+
 def gs_verdir(v):
     return "".join(v.split("."))