Archived
1
0
Fork 0

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.
This commit is contained in:
Efraim Flashner 2019-10-24 10:13:03 +03:00
parent 08d0a35578
commit faf2843b86
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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 the WWW, or to build information systems intended primarily for local
access.") access.")
(home-page "https://lynx.invisible-island.net/") (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))) (license license:gpl2)))
(define-public qutebrowser (define-public qutebrowser