gnu: httpie: Add 'lint-hidden-cve' property.

* gnu/packages/python-web.scm (httpie)[properties]: New field.

Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
Tanguy Le Carrour 2020-11-02 17:07:41 +01:00 committed by Marius Bakke
parent 26ee22f0be
commit 3fe3ae7ee2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -453,6 +453,8 @@ (define-public httpie
syntax highlighting, wget-like downloads, plugins, and more. It consists of
a single http command designed for painless debugging and interaction with
HTTP servers, RESTful APIs, and web services.")
;; This was fixed in 1.0.3.
(properties `((lint-hidden-cve . ("CVE-2019-10751"))))
(license license:bsd-3)))
(define-public python-html2text