Skip to content

chore(deps): bump rustls-webpki from 0.103.8 to 0.103.10#3696

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustls-webpki-0.103.10
Open

chore(deps): bump rustls-webpki from 0.103.8 to 0.103.10#3696
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/rustls-webpki-0.103.10

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 22, 2026

Bumps rustls-webpki from 0.103.8 to 0.103.10.

Release notes

Sourced from rustls-webpki's releases.

0.103.10

Correct selection of candidate CRLs by Distribution Point and Issuing Distribution Point. If a certificate had more than one distributionPoint, then only the first distributionPoint would be considered against each CRL's IssuingDistributionPoint distributionPoint, and then the certificate's subsequent distributionPoints would be ignored.

The impact was that correctly provided CRLs would not be consulted to check revocation. With UnknownStatusPolicy::Deny (the default) this would lead to incorrect but safe Error::UnknownRevocationStatus. With UnknownStatusPolicy::Allow this would lead to inappropriate acceptance of revoked certificates.

This vulnerability is thought to be of limited impact. This is because both the certificate and CRL are signed -- an attacker would need to compromise a trusted issuing authority to trigger this bug. An attacker with such capabilities could likely bypass revocation checking through other more impactful means (such as publishing a valid, empty CRL.)

More likely, this bug would be latent in normal use, and an attacker could leverage faulty revocation checking to continue using a revoked credential.

This vulnerability is identified by GHSA-pwjx-qhcg-rvj4. Thank you to @​1seal for the report.

What's Changed

Full Changelog: rustls/webpki@v/0.103.9...v/0.103.10

0.103.9

What's Changed

Commits
  • 348ce01 Prepare 0.103.10
  • dbde592 crl: fix authoritative_for() support for multiple URIs
  • 9c4838e avoid std::prelude imports
  • 009ef66 fix rust 1.94 ambiguous panic macro warnings
  • c41360d build(deps): bump taiki-e/cache-cargo-install-action from 2 to 3
  • e401d00 generate.py: reformat for black 2026.1.0
  • 06cedec Take semver-compatible deps
  • 6bc9931 Bump version to 0.103.9
  • 92dbfc6 Tie lifetime of valid_dns_names/valid_uri_names to struct lifetime
  • 2c46166 ci: sync cargo-check-external-types nightly
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 22, 2026
Copilot AI review requested due to automatic review settings March 22, 2026 14:53
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Mar 22, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 22, 2026 14:53
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-webpki-0.103.10 branch from c2e0241 to 18c0203 Compare March 23, 2026 14:06
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 23, 2026 14:06
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-webpki-0.103.10 branch from 18c0203 to 71717fd Compare March 26, 2026 21:23
@dependabot dependabot bot review requested due to automatic review settings March 26, 2026 21:23
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.8 to 0.103.10.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.8...v/0.103.10)

---
updated-dependencies:
- dependency-name: rustls-webpki
  dependency-version: 0.103.10
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Copilot AI review requested due to automatic review settings March 30, 2026 11:56
@dependabot dependabot bot force-pushed the dependabot/cargo/rustls-webpki-0.103.10 branch from 71717fd to 1fbe268 Compare March 30, 2026 11:56
@dependabot dependabot bot requested a review from a team as a code owner March 30, 2026 11:56
@dependabot dependabot bot review requested due to automatic review settings March 30, 2026 11:56
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 rust Pull requests that update Rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants