fix(deps): update rust crate tonic to 0.12 [security] - autoclosed #341
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.11
->0.12
GitHub Vulnerability Alerts
CVE-2024-47609
Impact
note: this only affects v0.12.0 - v0.12.2
When using
tonic::transport::Server
there is a remote DoS attack that can cause the server to exit cleanly on accepting a tcp/tls stream. This can be triggered via causing the accept call to error out with errors there were not covered correctly causing the accept loop to exit.More information can be found here
Patches
Upgrading to tonic
0.12.3
and above contains the fix.Workarounds
A custom accept loop is a possible workaround.
Release Notes
hyperium/tonic (tonic)
v0.12.3
Compare Source
Features
#[deprecated]
to deprecated client methods (#1879)Bug Fixes
v0.12.2
Compare Source
Features
Bug Fixes
v0.12.1
Compare Source
Bug Fixes
v0.12.0
Compare Source
This breaking release updates tonic to the hyper
1.0
ecosystem and also updatesto prost
v0.13.0
.Features
Bug Fixes
BREAKING CHANGES
tonic
and crates updated to hyper 1.0 (#1670)tonic
and crates updated to prost 0.13 (#1779)tonic_reflection::server
is updated to use the generatedtonic_reflection::pb::v1
code.Configuration
📅 Schedule: Branch creation - "" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.