summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLee Chee Yang <chee.yang.lee@intel.com>2023-11-16 17:23:41 +0800
committerSteve Sakoman <steve@sakoman.com>2023-11-28 05:00:32 -1000
commita7657ca5ffd615111f8a173c116906d923367929 (patch)
tree1058a74b054d17eb3b0e64a1127da16f358e2858
parentc771630e99e09b679d04979e14e742ee56ca7ad9 (diff)
downloadpoky-a7657ca5ffd615111f8a173c116906d923367929.tar.gz
ghostscript: ignore GhostPCL CVE-2023-38560
issue in GhostPCL. GhostPCL not part of this GhostScript recipe. (From OE-Core rev: 7c4b4daeeca8fab257475eacb83c58b7e5dfee24) Signed-off-by: Lee Chee Yang <chee.yang.lee@intel.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
-rw-r--r--meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
index 4c4c22cf39..7f4050755c 100644
--- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
+++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb
@@ -23,6 +23,9 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
23# however we use an external jpeg which doesn't have the issue. 23# however we use an external jpeg which doesn't have the issue.
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.
27CVE_CHECK_IGNORE += "CVE-2023-38560"
28
26def gs_verdir(v): 29def gs_verdir(v):
27 return "".join(v.split(".")) 30 return "".join(v.split("."))
28 31