Message ID | 20251013185112.482125-1-skandigraun@gmail.com |
---|---|
State | Under Review |
Headers | show |
Series | [meta-gnome] gimp: ignore CVE-2007-3741 (again) | 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 b04fab67ef..e2ad29eb98 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,5 @@ 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"
During the last update of the recipe the CVE_STATUS for this CVE was incorrectly removed by me due to misreading the version info. Rectify this issue by re-adding this deleted CVE_STATUS flag. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> --- meta-gnome/recipes-gimp/gimp/gimp_3.0.4.bb | 1 + 1 file changed, 1 insertion(+)