Message ID | 20251006141407.2477930-1-skandigraun@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-gnome] gimp: ignore CVE-2025-8672 | expand |
diff --git a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb b/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb index 414f9c5203..b04fab67ef 100644 --- a/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb +++ b/meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb @@ -133,4 +133,4 @@ FILES:${PN} += "${datadir}/metainfo" RDEPENDS:${PN} = "mypaint-brushes-1.0 glib-networking python3-pygobject" -CVE_STATUS[CVE-2007-3741] = "not-applicable-platform: This only applies for Mandriva Linux" +CVE_STATUS[CVE-2025-8672] = "not-applicable-config: the vulnerability only affects MacOS"
The vulnerability only affects MacOS: https://nvd.nist.gov/vuln/detail/CVE-2025-8672 While touching it, also remove an outdated CVE_STATUS, which has been reported against a very old version of the application. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)