Skip to content

Bump rustls to 0.23.45 for RUSTSEC-2026-0285 - #334

Merged
farhan-syah merged 1 commit into
mainfrom
chore/rustls-0.23.45
Sep 17, 2026
Merged

farhan-syah merged 1 commit into
mainfrom
chore/rustls-0.23.45

Conversation

@EnRaiha

@EnRaiha EnRaiha commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Why

cargo deny check runs in the lint job and fails on the current lockfile: rustls 0.23.43 carries RUSTSEC-2026-0285 — TLS 1.3 handshake messages sent at the wrong encryption level were accepted when they followed a key-changing message in the same record. Because that check runs for every pull request, each one opens with a red Lint & Check until the lockfile moves. The advisory is the whole task, so it gets its own PR.

What changed

  • Cargo.lock: rustls 0.23.430.23.45 (the fixed release). No source change, no API change.

Steps to test

  1. cargo update -p rustls --precise 0.23.45
  2. cargo deny check advisoriesadvisories ok
  3. cargo deny check → clean; licenses and bans are unchanged by the bump

No issue to close: the advisory is the task.

Copilot AI lite review requested due to automatic review settings September 17, 2026 02:17

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@EnRaiha EnRaiha added the run-ci Opt this PR into the full test suite; re-add to force a re-run label Sep 17, 2026
@EnRaiha EnRaiha changed the title Update rustls to 0.23.45 for RUSTSEC-2026-0285 Bump rustls to 0.23.45 for RUSTSEC-2026-0285 Sep 17, 2026
@farhan-syah
farhan-syah merged commit 725246c into main Sep 17, 2026
6 checks passed
@farhan-syah
farhan-syah deleted the chore/rustls-0.23.45 branch September 17, 2026 04:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

run-ci Opt this PR into the full test suite; re-add to force a re-run

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants