guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: net-snmp: Mark package not affected by CVE-2015-8100.


From: guix-commits
Subject: 01/04: gnu: net-snmp: Mark package not affected by CVE-2015-8100.
Date: Wed, 10 Jul 2019 14:34:26 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 666879604cb76054a1ddddf48a2133c63463b402
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 10 14:02:33 2019 +0300

    gnu: net-snmp: Mark package not affected by CVE-2015-8100.
    
    * gnu/packages/networking.scm (net-snmp)[properties]: New field.
---
 gnu/packages/networking.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 3281387..27f63aa 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -2210,6 +2210,9 @@ widely used protocol for monitoring the health and 
welfare of network
 equipment (e.g. routers), computer equipment and even devices like UPSs.
 Net-SNMP is a suite of applications used to implement SNMP v1, SNMP v2c and
 SNMP v3 using both IPv4 and IPv6.")
+    ;; This only affects OpenBSD
+    ;; https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2015-8100
+    (properties `((lint-hidden-cve . ("CVE-2015-8100"))))
     (license (list license:bsd-3
                    (license:non-copyleft
                     "http://www.net-snmp.org/about/license.html";



reply via email to

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