summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
index cd0a7de70e..6d425710b5 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
24CVE_CHECK_IGNORE += "CVE-2013-6629" 24CVE_CHECK_IGNORE += "CVE-2013-6629"
25 25
26# Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe. 26# Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe.
27CVE_CHECK_IGNORE += "CVE-2023-38560" 27CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954"
28 28
29def gs_verdir(v): 29def gs_verdir(v):
30 return "".join(v.split(".")) 30 return "".join(v.split("."))