mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
ghostscript: ignore CVE-2025-46646
The code patched by [1] which fixes this CVE is not available in 9.55.0. Also Debian says in [2] that even 10.0.0 is not yet affected. [1] https://cgit.ghostscript.com/cgi-bin/cgit.cgi/ghostpdl.git/commit/?id=f14ea81e6c3d2f51593f23cdf13c4679a18f1a3f [2] https://security-tracker.debian.org/tracker/CVE-2025-46646 (From OE-Core rev: a3e02ed74db2c234b7c3718b4d6b5332468de226) 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
b6acab6e64
commit
e8aec82955
@@ -28,6 +28,8 @@ CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954"
|
|||||||
CVE_CHECK_IGNORE += "CVE-2024-29507 CVE-2025-27833"
|
CVE_CHECK_IGNORE += "CVE-2024-29507 CVE-2025-27833"
|
||||||
# Only impacts codepaths relevant for Windows builds
|
# Only impacts codepaths relevant for Windows builds
|
||||||
CVE_CHECK_IGNORE += "CVE-2025-27837"
|
CVE_CHECK_IGNORE += "CVE-2025-27837"
|
||||||
|
# Vulnerable code was introduced later, so 9.55.0 is not affected yet
|
||||||
|
CVE_CHECK_IGNORE += "CVE-2025-46646"
|
||||||
|
|
||||||
def gs_verdir(v):
|
def gs_verdir(v):
|
||||||
return "".join(v.split("."))
|
return "".join(v.split("."))
|
||||||
|
|||||||
Reference in New Issue
Block a user