pinax-network / firehose-antelope

Firehose implementation for Antelope
Apache License 2.0
8 stars 1 forks source link

Bump github.com/mostynb/go-grpc-compression from 1.1.17 to 1.2.3 #144

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps github.com/mostynb/go-grpc-compression from 1.1.17 to 1.2.3.

Release notes

Sourced from github.com/mostynb/go-grpc-compression's releases.

v1.2.3

This release contains an important security fix: Do not use zstd.Decoder.DecodeAll on untrusted data (#27)

This issue was uncovered during a security audit performed by 7ASecurity, facilitated by OSTIF, for the OpenTelemetry project.

https://opentelemetry.io/blog/2024/cve-2024-36129/ https://github.com/open-telemetry/opentelemetry-collector/security/advisories/GHSA-c74f-6mfw-mm4v

v1.2.2

Update go modules, for some security fixes.

v1.2.1

Fix lz4 package, which was accidentally using zstd instead. (#21)

v1.2.0

Add "nonclobbering" imports, for cases where you do not want to override previously registered grpc codecs with the same name.

v1.1.19

  • Zstd: use a more appropriate window size for RPC.

v1.1.18

  • Upgrade github.com/klauspost/compress v1.15.9 -> v1.16.5
  • Upgrade github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.17
  • Require go >= 1.17
Commits
  • 52f5bb7 Update go modules
  • 629c44d Do not use zstd.Decoder.DecodeAll on untrusted data
  • af2cdd2 Update go modules
  • 5efc9be Fix lz4 import
  • 59e0975 Update the new deptest to use the new nonclobbering imports
  • 7b42e42 Add tests for non-clobbering codec registration
  • 673fd2f Add nonclobbering packages that only register if no other compressor has been...
  • 9905190 Update dependencies
  • 1ca9138 Remove unnecessary options
  • 2543958 Set friendlier zstd options
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/pinax-network/firehose-antelope/network/alerts).