Message ID | a3e02ed74db2c234b7c3718b4d6b5332468de226.1752611671.git.steve@sakoman.com |
---|---|
State | New |
Headers | show |
Series | [kirkstone,01/16] Revert "coreutils: fix CVE-2025-5278" | expand |
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb index 3b50ac1409..4d696159e0 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb @@ -28,6 +28,8 @@ CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954" CVE_CHECK_IGNORE += "CVE-2024-29507 CVE-2025-27833" # Only impacts codepaths relevant for Windows builds 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): return "".join(v.split("."))