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.34.0 #41

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

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.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
  • f6fb3f7 Release v1.34.0 (#386)
  • 03d9261 marshal.go: stricter cursor bounds checking in unmarshalPayload (#384)
  • 98d8737 * fix Opaque parsing and marshaling (#374)
  • 6ec4c60 helper.go/parseInt64: throw error on zero length as per X690 (#373)
  • 0f521f8 gosnmp/marshalInt32: adhere to ITU-T Rec. X.690 integer encoding (#372)
  • 96366f3 Release v1.33.0 (#367)
  • 1c432f0 Detect negative lengths in parseLength, prevent panic (#369)
  • 4112b93 trap.go/Listen: improve protocol selection (#365)
  • 4087aea Validate SNMPv3 Auth/Priv Protocol for incoming trap message (#351)
  • e6a0cfb helper.go: generic errors and un-name return values (#364)
  • 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)
dependabot[bot] commented 2 years ago

Superseded by #46.