Skip to content

fix: update rustls-webpki 0.103.9 → 0.103.10 (security alert #11)#145

Merged
GoDoming merged 1 commit intomainfrom
fix/rustls-webpki-0103-10
Mar 23, 2026
Merged

fix: update rustls-webpki 0.103.9 → 0.103.10 (security alert #11)#145
GoDoming merged 1 commit intomainfrom
fix/rustls-webpki-0103-10

Conversation

@GoClio
Copy link
Member

@GoClio GoClio commented Mar 23, 2026

Security Fix

Resolves Dependabot alert #11 (medium severity):

webpki: certificate revocation enforcement bug
Affected: >= 0.101.0, < 0.103.10 | Fixed: 0.103.10

Changes

  • Updated rustls-webpki: 0.103.90.103.10 in Cargo.lock
  • Cargo.lock-only change — no source changes
  • The 0.103.9 version is a transitive dep via reqwest → rustls 0.23.x

Remaining Vulnerability

rustls-webpki 0.102.8 (via libsql → hyper-rustls 0.25 → rustls 0.22) is also within the vulnerable range but cannot be patched without libsql upstream updating to hyper-rustls 0.27+. Currently libsql 0.9.30 (latest) still pins hyper-rustls ^0.25. This is being tracked.

cc @GoZumie

Patches rustls-webpki from 0.103.9 to 0.103.10 to resolve Dependabot
alert #11 (medium severity):
> webpki: certificate revocation enforcement bug
> Affected: >= 0.101.0, < 0.103.10 | Fixed: 0.103.10

This is a Cargo.lock-only change (patch version bump), no API changes.
The 0.103.9 version is a transitive dep via reqwest → rustls 0.23.x.

Note: rustls-webpki 0.102.8 (via libsql → hyper-rustls 0.25 → rustls 0.22)
also remains vulnerable but requires libsql upstream to update to
hyper-rustls 0.27+. No patch available at this time.
@GoClio GoClio requested a review from ChrisCompton as a code owner March 23, 2026 09:10
@greptile-apps
Copy link

greptile-apps bot commented Mar 23, 2026

No reviewable files after applying ignore patterns.

Copy link
Member

@GoDoming GoDoming left a comment

Choose a reason for hiding this comment

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

Security patch with green CI. Merging per maintenance protocol.

@GoDoming GoDoming merged commit 78d544d into main Mar 23, 2026
4 checks passed
GoDoming pushed a commit that referenced this pull request Mar 23, 2026
Fixes certificate revocation enforcement bug in rustls-webpki.
CVE: GHSA-pwjx-qhcg-rvj4
Severity: medium

Same fix applied to main via PR #145.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants