Bump rustls-webpki from 0.103.9 to 0.103.10 by dependabot[bot] · Pull Request #187 · oxidecomputer/softnpu
Bumps rustls-webpki from 0.103.9 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 firstdistributionPointwould be considered against each CRL'sIssuingDistributionPointdistributionPoint, and then the certificate's subsequentdistributionPoints would be ignored.The impact was that correct provided CRLs would not be consulted to check revocation. With
UnknownStatusPolicy::Deny(the default) this would lead to incorrect but safeError::UnknownRevocationStatus. WithUnknownStatusPolicy::Allowthis 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
@1sealfor the report.What's Changed
- Freshen up rel-0.103 by
@ctzin rustls/webpki#455- Prepare 0.103.10 by
@ctzin rustls/webpki#458Full Changelog: rustls/webpki@v/0.103.9...v/0.103.10
Commits
348ce01Prepare 0.103.10dbde592crl: fix authoritative_for() support for multiple URIs9c4838eavoid std::prelude imports009ef66fix rust 1.94 ambiguous panic macro warningsc41360dbuild(deps): bump taiki-e/cache-cargo-install-action from 2 to 3e401d00generate.py: reformat for black 2026.1.006cedecTake semver-compatible deps- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the Security Alerts page.