gimp: ignore irrelevant CVEs

These CVEs are not affecting the recipe, because they were introduced
later, in v3.0.

The commits the introduced the vulnerabilities:
CVE-2025-14423: https://gitlab.gnome.org/GNOME/gimp/-/commit/222bef78c71ed8562a610f6863d56c0b3e2bef68
CVE-2025-14424: https://gitlab.gnome.org/GNOME/gimp/-/commit/a0fc5a025ae3579609730ebabc3c84146385da76
CVE-2026-2047: https://gitlab.gnome.org/GNOME/gimp/-/commit/00232e17875d4676a2c797a429db23b1a9815db8

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
Gyorgy Sarvari
2026-03-08 15:04:27 +01:00
parent 4642efcb9c
commit 6d6d36409c
@@ -75,3 +75,6 @@ RDEPENDS:${PN} += "mypaint-brushes-1.0"
# It has been fixed in version 2.2.16 # It has been fixed in version 2.2.16
CVE_CHECK_IGNORE += "CVE-2007-3741" CVE_CHECK_IGNORE += "CVE-2007-3741"
# These vulnerabilities were introduced in v3.0
CVE_CHECK_IGNORE += "CVE-2025-14423 CVE-2025-14224 CVE-2026-2047"