NETWAYS / check_hp_firmware

Icinga / Nagios check plugin to verify HPE controllers an SSD disks are not affected by certain vulnerabilities
GNU General Public License v2.0
2 stars 1 forks source link

Bump github.com/gosnmp/gosnmp from 1.32.0 to 1.35.0 #46

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps github.com/gosnmp/gosnmp from 1.32.0 to 1.35.0.

Release notes

Sourced from github.com/gosnmp/gosnmp's releases.

1.35.0 / 2022-05-23

This release now requires Go 1.17 or higher.

NOTE: The UnmarshalTrap now returns both an SnmpPacket and an error (#394)

  • [BUGFIX] gosnmp.Set(): permit ObjectIdentifier PDU Type #378
  • [BUGFIX] SendTrap: do not set Reportable MsgFlags for v3 #398
  • [CHANGE] Support authoritative engineID discovery when listening for traps #394
  • [CHANGE] Require Go 1.17+
  • [ENHANCEMENT] marshalUint32: Values above 2^31-1 encodes in 5 bytes #377
  • [ENHANCEMENT] Add Control function to GoSNMP dialer parameters #397

1.34.0 / 2021-11-17

NOTE: marshalInt32 now always encodes an integer value in the smallest possible number of octets as per ITU-T Rec. X.690 (07/2002).

  • [ENHANCEMENT] gosnmp/marshalInt32: adhere to ITU-T Rec. X.690 integer encoding #372
  • [ENHANCEMENT] parseInt64: throw error on zero length as per X690 #373
  • [ENHANCEMENT] helper.go: Interpreting the value of an Opaque type as binary data if the Opaque sub-type cannot be recognized #374
  • [ENHANCEMENT] helper.go: Implemented Opaque type marshaling #374
  • [BUGFIX] marshal.go: Fixed invalid OpaqueFloat and OpaqueDouble marshaling in marshalVarbind() function #374
  • [BUGFIX] marshal.go: stricter cursor bounds checking in unmarshalPayload #384

1.33.0 / 2021-10-19

  • [BUGFIX] parseLength: avoid OOB read, prevent panic #354
  • [BUGFIX] Detect negative lengths in parseLength, prevent panic #369
  • [FEATURE] Add LocalAddr setting to bind source address of SNMP queries #342
  • [ENHANCEMENT] Validate SNMPv3 Auth/Priv Protocol for incoming trap message #351
  • [ENHANCEMENT] helper.go: add error handling to parseLength #358
  • [ENHANCEMENT] Rename v3_testing_credentials to avoid testing import in prod builds #360
  • [ENHANCEMENT] helper.go: Improved decodeValue() function #340
Changelog

Sourced from github.com/gosnmp/gosnmp's changelog.

v1.35.0

This release now requires Go 1.17 or higher.

NOTE: The UnmarshalTrap now returns both an SnmpPacket and an error (#394)

  • [BUGFIX] gosnmp.Set(): permit ObjectIdentifier PDU Type #378
  • [BUGFIX] SendTrap: do not set Reportable MsgFlags for v3 #398
  • [CHANGE] Support authoritative engineID discovery when listening for traps #394
  • [CHANGE] Require Go 1.17+
  • [ENHANCEMENT] marshalUint32: Values above 2^31-1 encodes in 5 bytes #377
  • [ENHANCEMENT] Add Control function to GoSNMP dialer parameters #397

v1.34.0

NOTE: marshalInt32 now always encodes an integer value in the smallest possible number of octets as per ITU-T Rec. X.690 (07/2002).

  • [ENHANCEMENT] gosnmp/marshalInt32: adhere to ITU-T Rec. X.690 integer encoding #372
  • [ENHANCEMENT] parseInt64: throw error on zero length as per X690 #373
  • [ENHANCEMENT] helper.go: Interpreting the value of an Opaque type as binary data if the Opaque sub-type cannot be recognized #374
  • [ENHANCEMENT] helper.go: Implemented Opaque type marshaling #374
  • [BUGFIX] marshal.go: Fixed invalid OpaqueFloat and OpaqueDouble marshaling in marshalVarbind() function #374
  • [BUGFIX] marshal.go: stricter cursor bounds checking in unmarshalPayload #384

v1.33.0

  • [BUGFIX] parseLength: avoid OOB read, prevent panic #354
  • [BUGFIX] Detect negative lengths in parseLength, prevent panic #369
  • [FEATURE] Add LocalAddr setting to bind source address of SNMP queries #342
  • [ENHANCEMENT] Validate SNMPv3 Auth/Priv Protocol for incoming trap message #351
  • [ENHANCEMENT] helper.go: add error handling to parseLength #358
  • [ENHANCEMENT] Rename v3_testing_credentials to avoid testing import in prod builds #360
  • [ENHANCEMENT] helper.go: Improved decodeValue() function #340
Commits
  • 33df32e Release v1.35.0 (#405)
  • 5433948 gosnmp.go/Set(): permit ObjectIdentifier PDU Type (#378)
  • d5514ff Update build (#404)
  • ceccf9c Add Dial Control function in GoSNMP (#397)
  • ca8397b SendTrap: do not set Reportable MsgFlags for v3 (#398)
  • a6941aa * The behavior of the marshalUint32() function is now similar to that of mars...
  • 76cc0e3 TrapListener: Support authoritative engineID discovery (#394)
  • f6fb3f7 Release v1.34.0 (#386)
  • 03d9261 marshal.go: stricter cursor bounds checking in unmarshalPayload (#384)
  • 98d8737 * fix Opaque parsing and marshaling (#374)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)