summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorTanguy Le Carrour <tanguy@bioneland.org>2020-11-02 17:07:41 +0100
committerMarius Bakke <marius@gnu.org>2020-11-10 22:32:14 +0100
commit3fe3ae7ee2da7b191e5d5ddf8f7a2dd597707f27 (patch)
tree0557ff3e6261ba260c42c2ba9515c7e9102f0355 /gnu/packages/python-web.scm
parent26ee22f0bec408ac062eec5cdb1b1fb65f0b9e32 (diff)
downloadguix-patches-3fe3ae7ee2da7b191e5d5ddf8f7a2dd597707f27.tar
guix-patches-3fe3ae7ee2da7b191e5d5ddf8f7a2dd597707f27.tar.gz
gnu: httpie: Add 'lint-hidden-cve' property.
* gnu/packages/python-web.scm (httpie)[properties]: New field. Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cf71a64e7c..e9dde499d5 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -453,6 +453,8 @@ other HTTP libraries.")
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