deps: bump rustls-webpki from 0.103.8 to 0.103.11
Type: Pull Request
State: Open
Association: Unknown
Comments: 2
(about 2 months ago)
(about 2 months ago)
dependencies rust
Bumps rustls-webpki from 0.103.8 to 0.103.11.
Release notes
Sourced from rustls-webpki's releases.
0.103.11
In response to #464, we've slightly relaxed requirements for
anchor_from_trust_cert()to ignore unknown extensions even if they're marked as critical. This only affects parsing aTrustAnchorfrom DER, for which most extensions are ignored anyway.What's Changed
- Backport parsing trust anchors with unknown critical extensions to 0.103 by
@djcin rustls/webpki#4660.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 correctly 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: https://github.com/rustls/webpki/compare/v/0.103.9...v/0.103.10
0.103.9
What's Changed
- [backport] ci: avoid denying warnings on nightly toolchains by
@alexin rustls/webpki#437- Backport lifetime change and bump version for release by
@alexin rustls/webpki#436
Commits
57bc62cBump version to 0.103.11d0fa01eAllow parsing trust anchors with unknown criticial extensions348ce01Prepare 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 deps6bc9931Bump version to 0.103.9- Additional commits viewable 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.
Package Dependencies
Technical Details
| ID: | 15300434 |
| UUID: | 4259335484 |
| Node ID: | PR_kwDOQb49887SL8F7 |
| Host: | GitHub |
| Repository: | RAprogramm/sql-query-analyzer |