guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gnome-shell: Add 'lint-hidden-cve' property.


From: guix-commits
Subject: 01/02: gnu: gnome-shell: Add 'lint-hidden-cve' property.
Date: Tue, 16 Mar 2021 22:39:19 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit c3fe23d0de5d6095ef67fe513823e1aad256dd73
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Mar 16 19:53:49 2021 -0400

    gnu: gnome-shell: Add 'lint-hidden-cve' property.
    
    * gnu/packages/gnome.scm (gnome-shell)[properties]: New field, marking
    CVE-2019-3820 as fixed.
---
 gnu/packages/gnome.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index db7941b..a3c3c75 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -8593,6 +8593,9 @@ properties, screen resolution, and other GNOME 
parameters.")
        ;; Missing propagation? See also: <https://bugs.gnu.org/27264>
        ("librsvg" ,librsvg)
        ("geoclue" ,geoclue)))
+    ;; CVE-2019-3820 was fixed before GNOME 3.34 was released, in upstream
+    ;; commit f0a7395b3006360905ccdc642982f9fc67378927.
+    (properties '((lint-hidden-cve . ("CVE-2019-3820"))))
     (synopsis "Desktop shell for GNOME")
     (home-page "https://wiki.gnome.org/Projects/GnomeShell";)
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]