StefanHauth

Results 3 issues of StefanHauth

``` var newSecParams SnmpV3SecurityParameters if x.SecurityParameters != nil { newSecParams = Default.SecurityParameters newSecParams.setSecurityParameters(x.SecurityParameters) } ``` `Default.SecurityParams` is not initialized, which leads to a nil pointer dereference when calling `setSecurityParameters` ```...

Hi, Unfortunately, the last release only upgraded to go 1.22.3, which still contains this vulnerability. This CVE has a base score of 9.8, which is pretty high. If the go...

We would need to have those CVEs mitigated. Would it be possible to get new release with updated go versions?