Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2025

Bumps alloy-sol-types from 0.7.7 to 0.8.26.

Release notes

Sourced from alloy-sol-types's releases.

alloy-core v0.8.26

Security

Patched: DoS vulnerability on alloy_dyn_abi::TypedData hashing

An uncaught panic triggered by malformed input to alloy_dyn_abi::TypedData could lead to a denial-of-service (DoS) via eip712_signing_hash().

Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.

The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.

See: GHSA-pgp9-98jm-wwq2

Full Changelog: alloy-rs/core@v0.8.25...v0.8.26

alloy-core v0.8.25

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.8.24...v0.8.25

alloy-core v0.8.24

What's Changed

Full Changelog: alloy-rs/core@v0.8.23...v0.8.24

alloy-core v0.8.23

What's Changed

Full Changelog: alloy-rs/core@v0.8.22...v0.8.23

alloy-core v0.8.22

What's Changed

... (truncated)

Changelog

Sourced from alloy-sol-types's changelog.

0.8.26 - 2025-10-14

Bug Fixes

  • [dyn-abi] Don't panic when linearization is empty

Miscellaneous Tasks

  • Clippy
  • Add typos (#991)

Testing

  • Remove invalid name

0.8.25 - 2025-03-26

Bug Fixes

  • [primitives] Remove undefined behavior in FixedBytes (#919)
  • Do not rely on bytes dependency in wrap_fixed_bytes! (#918)

Miscellaneous Tasks

  • Release 0.8.25
  • Add hash_ref function to sealed.rs (#920)

0.8.24 - 2025-03-21

Features

  • [json-abi] Config to generate types in interface (#911)
  • [sol-macro] Add #![sol(extra_derives(...)] (#910)

Miscellaneous Tasks

  • Release 0.8.24
  • [meta] Update .gitignore
  • Restore clippy allow
  • [meta] Update CODEOWNERS

Other

  • Make PrimitiveSignature::new a const fn (#913)

Testing

  • Add a test for namespaced types

0.8.23 - 2025-03-13

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [alloy-sol-types](https://github.com/alloy-rs/core) from 0.7.7 to 0.8.26.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/v0.8.26/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.7.7...v0.8.26)

---
updated-dependencies:
- dependency-name: alloy-sol-types
  dependency-version: 0.8.26
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 6, 2025
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.

1 participant