mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
ghostscript: ignore CVE-2024-46954
Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe. [1] points to [2] as patch, while file base/gp_utf8.c is not part of ghostscript source tarball. [1] https://nvd.nist.gov/vuln/detail/CVE-2024-46954 [2] https://cgit.ghostscript.com/cgi-bin/cgit.cgi/ghostpdl.git/commit/?id=55f587dd039282316f512e1bea64218fd991f934 (From OE-Core rev: 7f1b174b8f12fcf377c45c27022bac99b6652823) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
284b56a2e2
commit
bc35e81080
@@ -24,7 +24,7 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
|
||||
CVE_CHECK_IGNORE += "CVE-2013-6629"
|
||||
|
||||
# Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe.
|
||||
CVE_CHECK_IGNORE += "CVE-2023-38560"
|
||||
CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954"
|
||||
|
||||
def gs_verdir(v):
|
||||
return "".join(v.split("."))
|
||||
|
||||
Reference in New Issue
Block a user