mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue