Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

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/ 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 <dependency name> 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.

Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.1.17 to 1.2.3.
- [Release notes](https://github.com/mostynb/go-grpc-compression/releases)
- [Commits](mostynb/go-grpc-compression@v1.1.17...v1.2.3)

---
updated-dependencies:
- dependency-name: github.com/mostynb/go-grpc-compression
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 10, 2024
@fschoell fschoell merged commit c2bba2e into develop Jun 10, 2024
1 check passed
@fschoell fschoell deleted the dependabot/go_modules/github.com/mostynb/go-grpc-compression-1.2.3 branch June 10, 2024 20:32
fschoell added a commit that referenced this pull request Jun 17, 2024
fschoell added a commit that referenced this pull request Jun 18, 2024
fschoell added a commit that referenced this pull request Jun 18, 2024
* start work on spring codec

* fix version test

* fix add missing prefix

* fix check

* add validated and action_mroot_savanna fields

* fix handling accept_block_v2

* add test case for finality_data

* update legacy block format

* fix block decoding

* fix finality data

* add test case for block input v2

* handle block id

* add debug output

* fix missing block number

* add parser for block extensions

* include block_extension in test

* rework decoding block extensions

* fix block header extensions

* Revert "Bump github.com/mostynb/go-grpc-compression from 1.1.17 to 1.2.3 (#144)"

This reverts commit c2bba2e.

* bump dependencies

* bump eos-go

* cleanup

* fix rebase, decrease logging level for block header extension errors

* update test cases

* update test cases
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant