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: 222bef78c7
CVE-2025-14424: a0fc5a025a
CVE-2026-2047: 00232e1787

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

View File

@ -75,3 +75,6 @@ RDEPENDS:${PN} += "mypaint-brushes-1.0"
# It has been fixed in version 2.2.16
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"