guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: gvfs: Add 'lint-hidden-cve' property.


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

mhw pushed a commit to branch master
in repository guix.

commit d9f501b61997e1dd4bfa01db3d6e6a502e43adba
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Tue Mar 16 19:57:21 2021 -0400

    gnu: gvfs: Add 'lint-hidden-cve' property.
    
    * gnu/packages/gnome.scm (gvfs)[properties]: New field, marking
    CVE-2019-12447, CVE-2019-12448, and CVE-2019-12449 as fixed.
---
 gnu/packages/gnome.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index a3c3c75..c5223e7 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -6515,6 +6515,10 @@ part of udev-extras, then udev, then systemd.  It's now 
a project on its own.")
        ("openssh" ,openssh)
        ("polkit" ,polkit)
        ("udisks" ,udisks)))
+    ;; CVE-2019-{12447,12448,12449} are fixed in the 1.40.2 release.
+    (properties '((lint-hidden-cve . ("CVE-2019-12447"
+                                      "CVE-2019-12448"
+                                      "CVE-2019-12449"))))
     (home-page "https://wiki.gnome.org/gvfs/";)
     (synopsis "Userspace virtual file system for GIO")
     (description



reply via email to

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