Skip to content

chore(deps): bump rustls-webpki from 0.103.4 to 0.103.10 in /bin/reth-bench - #10

Open
dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/cargo/bin/reth-bench/rustls-webpki-0.103.10
Open

chore(deps): bump rustls-webpki from 0.103.4 to 0.103.10 in /bin/reth-bench#10
dependabot[bot] wants to merge 7 commits into
mainfrom
dependabot/cargo/bin/reth-bench/rustls-webpki-0.103.10

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 21, 2026

Copy link
Copy Markdown

Bumps rustls-webpki from 0.103.4 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 correct 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

0.103.8

What's Changed

Full Changelog: rustls/webpki@v/0.103.7...v/0.103.8

0.103.7

  • New feature: Add KeyPurposeId::to_decoded_oid() to help external ExtendedKeyUsageValidators fill RequiredEkuNotFoundContext::present.

What's Changed

Full Changelog: rustls/webpki@v/0.103.6...v/0.103.7

0.103.6

The extensible EKU validation released as part of 0.103.5 was actually not usable due to missing type exports, and contained a regression where empty ExtendedKeyUsage extensions would not trigger an error. Both issues are fixed in this release.

What's Changed

... (truncated)

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 compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will 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.

joey0612 and others added 7 commits November 11, 2025 17:14
release: prepare for release v0.0.4
release: prepare for release v0.0.5
* chore(ci): add docker image publishing workflow (bnb-chain#219)

* chore: add GitHub Actions workflow for Docker image publishing

* chore: polish trivals

Refactor Docker publish workflow to support multi-architecture builds for AMD64 and ARM64.

* feat: define proxyed peers (bnb-chain#192)

* feat: define proxyed peers

* feat: add parlia interface and fix init vote address

* feat: add td for block message

* chore: update fermi HF time

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* feat: delay seal block (bnb-chain#204)

* chore: update fermi HF time

* feat: delay seal

* perf: delete unuse code

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* test: add UT (bnb-chain#217)

* chore: update fermi HF time

* test: add ut

* fix: code style

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* feat: delay seal bug (bnb-chain#224)

* chore: update fermi HF time

* fix: delay seal bug

* perf: switch print seal hash to print number

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* Revert "feat: delay seal bug (bnb-chain#224)" (bnb-chain#225)

This reverts commit ea12da0.

* Revert "feat: delay seal block (bnb-chain#204)" (bnb-chain#226)

This reverts commit 1965d16.

* feat: add builder mannager for mev (bnb-chain#221)

* feat: add mev params interface

* feat: add mev_running

* fix: un_revertible

* fix: builder fee

* feat: fix bid atomicity

* fix: bid gas used

* feat: mev greedy mode

* fix: pack reward

* fix: greedy config

* test: debug greedy mode

* fix: greedy mode bug

* fix: gas fee

* fix: default validator commission

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* evn: register nodeid by ipc call; (bnb-chain#232)

* evn: add more logs;

* evn: support submit tx by ipc call;

* evn: support evn register retry logic;

* evn: support evn register retry logic;

* evn: fix add nodeid duplicated issue;
evn: fix nodeid filter issue;

* evn: add a dedicated tx transfer flag;

* chore: fix some CI issues;

---------

Co-authored-by: galaio <galaio@users.noreply.github.com>

* fix: blob fee filter& add some metrics (bnb-chain#233)

* chore: update dep

* feat: add some metrics

* fix: time unit

* chore: update dep

---------

Co-authored-by: cbh876 <3930922419@qq.com>

* release: v0.0.7 (bnb-chain#235)

Co-authored-by: cbh876 <3930922419@qq.com>

* docs: add triedb archive snapshots (bnb-chain#234)

* docs: add triedb archive snapshots

* docs: add size

---------

Co-authored-by: VM <arimas@foxmail.com>

---------

Co-authored-by: will-2012 <117156346+will-2012@users.noreply.github.com>
Co-authored-by: cbh876 <3930922419@qq.com>
Co-authored-by: galaio <12880651+galaio@users.noreply.github.com>
Co-authored-by: galaio <galaio@users.noreply.github.com>
Co-authored-by: VM <112189277+sysvm@users.noreply.github.com>
Co-authored-by: VM <arimas@foxmail.com>
Bumps [rustls-webpki](https://github.com/rustls/webpki) from 0.103.4 to 0.103.10.
- [Release notes](https://github.com/rustls/webpki/releases)
- [Commits](rustls/webpki@v/0.103.4...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>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Mar 21, 2026
@dependabot @github

dependabot Bot commented on behalf of github Apr 24, 2026

Copy link
Copy Markdown
Author

A newer version of rustls-webpki exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

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.

2 participants