diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-07-10 14:02:33 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-07-10 21:33:34 +0300 |
commit | 666879604cb76054a1ddddf48a2133c63463b402 (patch) | |
tree | 95846fd3ef5192773218e73dc59acb42de8488e9 | |
parent | e14c06d87a37f7ce8ff05448192fada1ba079918 (diff) | |
download | guix-666879604cb76054a1ddddf48a2133c63463b402.tar guix-666879604cb76054a1ddddf48a2133c63463b402.tar.gz |
gnu: net-snmp: Mark package not affected by CVE-2015-8100.
* gnu/packages/networking.scm (net-snmp)[properties]: New field.
-rw-r--r-- | gnu/packages/networking.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 3281387253..27f63aa095 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" |