mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
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:
parent
08d0a35578
commit
faf2843b86
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue