diff options
| author | Hugo Buddelmeijer <hugo@buddelmeijer.nl> | 2026-08-26 18:43:39 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-08-27 15:07:24 +0900 |
| commit | bdd148b7139c09539f26112be441baa572066ec8 (patch) | |
| tree | 7f799375f101a47632e99d0ddb8129bf2594e5f1 /gnu | |
| parent | 4ba08fd463a988f233694540514aac05369eea49 (diff) | |
gnu: gimp: Hide CVE-2025-8672.
The vulnerability is for older GIMP versions on MacOS.
* gnu/packages/gimp.scm (gimp)[properties]: Add lint-hidden-cve.
Merges: https://codeberg.org/guix/guix/pulls/10833
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/gimp.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 1d75ac61bb6..3c70893e52a 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm | |||
| @@ -373,6 +373,8 @@ buffers.") | |||
| 373 | pkg-config)) | 373 | pkg-config)) |
| 374 | (home-page "https://www.gimp.org") | 374 | (home-page "https://www.gimp.org") |
| 375 | (synopsis "GNU Image Manipulation Program") | 375 | (synopsis "GNU Image Manipulation Program") |
| 376 | ;; CVE-2025-8672 concerns the Python bundled with GIMP < 3.1.4.2 on MacOS. | ||
| 377 | (properties '((lint-hidden-cve . (list "CVE-2025-8672")))) | ||
| 376 | (description | 378 | (description |
| 377 | "GIMP is an application for image manipulation tasks such as photo | 379 | "GIMP is an application for image manipulation tasks such as photo |
| 378 | retouching, composition and authoring. It supports all common image formats | 380 | retouching, composition and authoring. It supports all common image formats |
