guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/15: gnu: httpie: Add 'lint-hidden-cve' property.


From: guix-commits
Subject: 12/15: gnu: httpie: Add 'lint-hidden-cve' property.
Date: Tue, 10 Nov 2020 16:34:20 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 3fe3ae7ee2da7b191e5d5ddf8f7a2dd597707f27
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Mon Nov 2 17:07:41 2020 +0100

    gnu: httpie: Add 'lint-hidden-cve' property.
    
    * gnu/packages/python-web.scm (httpie)[properties]: New field.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/python-web.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cf71a64..e9dde49 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]