chore(deps): bump rustls to 0.23.45 for RUSTSEC-2026-0285 (LAB-4038) - #79
Merged
Merged
Conversation
TLS 1.3 handshake messages were incorrectly accepted across encryption level boundaries in rustls < 0.23.45 (CVSS 5.3). Transitive via reqwest -> hyper-rustls / tokio-rustls; no manifest change needed.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository: cachekit-io/cachekit-rs/.coderabbit.yaml Review profile: ASSERTIVE Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
rustls0.23.37 → 0.23.45 (and transitivelyrustls-webpki0.103.13 → 0.103.15) to fix RUSTSEC-2026-0285: TLS 1.3 handshake messages incorrectly accepted across encryption level boundaries.rustlsis a transitive dependency (viareqwest→hyper-rustls/tokio-rustls); no manifest changes needed,Cargo.lockonly.Test plan
cargo update -p rustls— scoped update, 4-lineCargo.lockdiffcargo deny check advisories—advisories okcargo audit— zeroerror[vulnerability], only the three pre-existingunsoundwarnings (anyhow,rand,scc)cargo check --workspace— builds clean