guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: lynx: Ignore CVE-2016-9179.


From: guix-commits
Subject: 01/01: gnu: lynx: Ignore CVE-2016-9179.
Date: Thu, 24 Oct 2019 03:34:36 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit faf2843b86d1658aa03d55fdc170648fd87bcf31
Author: Efraim Flashner <address@hidden>
Date:   Thu Oct 24 10:13:03 2019 +0300

    gnu: lynx: Ignore CVE-2016-9179.
    
    This was fixed in a dev release two years prior to our packaged version.
    
    * gnu/packages/web-browsers.scm (lynx)[properties]: New field.
---
 gnu/packages/web-browsers.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 6a1eb93..1b41aec 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -265,6 +265,8 @@ nntp, finger, or cso/ph/qi servers.  Lynx can be used to 
access information on
 the WWW, or to build information systems intended primarily for local
 access.")
     (home-page "https://lynx.invisible-island.net/";)
+    ;; This was fixed in 2.8.9dev.10.
+    (properties `((lint-hidden-cve . ("CVE-2016-9179"))))
     (license license:gpl2)))
 
 (define-public qutebrowser



reply via email to

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