diff options
| -rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb index 8499bb3676..3d4ac77cfa 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.55.0.bb | |||
| @@ -22,9 +22,10 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar" | |||
| 22 | # As of ghostscript 9.54.0 the jpeg issue in the CVE is present in the gs jpeg sources | 22 | # As of ghostscript 9.54.0 the jpeg issue in the CVE is present in the gs jpeg sources |
| 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. |
| 24 | CVE_CHECK_IGNORE += "CVE-2013-6629" | 24 | CVE_CHECK_IGNORE += "CVE-2013-6629" |
| 25 | |||
| 26 | # Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe. | 25 | # Issue in the GhostPCL. GhostPCL not part of this GhostScript recipe. |
| 27 | CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954" | 26 | CVE_CHECK_IGNORE += "CVE-2023-38560 CVE-2024-46954" |
| 27 | # Vulnerable code was introduced in 9.56.0, so 9.55.0 is not affected yet | ||
| 28 | CVE_CHECK_IGNORE += "CVE-2025-27833" | ||
| 28 | 29 | ||
| 29 | def gs_verdir(v): | 30 | def gs_verdir(v): |
| 30 | return "".join(v.split(".")) | 31 | return "".join(v.split(".")) |
