mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
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>
This commit is contained in:
committed by
Steve Sakoman
parent
c771630e99
commit
a7657ca5ff
@@ -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("."))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user