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:
parent
26ee22f0be
commit
3fe3ae7ee2
1 changed files with 2 additions and 0 deletions
|
@ -453,6 +453,8 @@ other HTTP libraries.")
|
||||||
syntax highlighting, wget-like downloads, plugins, and more. It consists of
|
syntax highlighting, wget-like downloads, plugins, and more. It consists of
|
||||||
a single http command designed for painless debugging and interaction with
|
a single http command designed for painless debugging and interaction with
|
||||||
HTTP servers, RESTful APIs, and web services.")
|
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)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public python-html2text
|
(define-public python-html2text
|
||||||
|
|
Reference in a new issue