mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: net-snmp: Mark package not affected by CVE-2015-8100.
* gnu/packages/networking.scm (net-snmp)[properties]: New field.
This commit is contained in:
parent
e14c06d87a
commit
666879604c
1 changed files with 3 additions and 0 deletions
|
@ -2210,6 +2210,9 @@ (define-public net-snmp
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue