Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump slither-analyzer from 0.10.3 to 0.10.4 in /scripts #396

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps slither-analyzer from 0.10.3 to 0.10.4.

Release notes

Sourced from slither-analyzer's releases.

0.10.4

This is a minor release that fixes some issues caused by updates to the web3.py library. Also, it contains fixes/improvements for a couple detectors: fix the solc-version detector which was warning on solc versions without bugs, don't report arbitrary-send-eth if the recipient if it's an immutable value, disable unused-import as it was slow and not handling a few edge cases correctly. Finally, slither-check-upgradeability has a new check which identifies the bug that was the cause of the most recent Ronin hack (see crytic/slither#2536).

We thank all of our external contributors for their effort!

What's Changed

New Contributors

Full Changelog: crytic/slither@0.10.3...0.10.4

Commits
  • aeeb2d3 prepare 0.10.4 release
  • 46061c5 Merge pull request #2506 from crytic/dev
  • 809d1b5 Bump pypa/gh-action-pip-audit from 1.0.8 to 1.1.0 (#2531)
  • e4657f5 tool: add detector for multiple new reinitializers (#2536)
  • d29f41d disable unused import (#2540)
  • 588ef3d Merge pull request #2529 from crytic/revert-2417-invalid-compilations-errors
  • 0d0112b Merge branch 'dev' into revert-2417-invalid-compilations-errors
  • aff055a Merge pull request #2541 from crytic/fix-deps
  • 63fa86b add upper bound
  • a2a2ee9 Merge branch 'dev' into revert-2417-invalid-compilations-errors
  • 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 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 26, 2024
@dependabot dependabot bot requested a review from DimaStebaev as a code owner August 26, 2024 01:55
@dependabot dependabot bot added the python Pull requests that update Python code label Aug 26, 2024
@DimaStebaev
Copy link
Contributor

@dependabot rebase

Bumps [slither-analyzer](https://github.com/crytic/slither) from 0.10.3 to 0.10.4.
- [Release notes](https://github.com/crytic/slither/releases)
- [Commits](crytic/slither@0.10.3...0.10.4)

---
updated-dependencies:
- dependency-name: slither-analyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/scripts/develop/slither-analyzer-0.10.4 branch from 6eba304 to 0e71bbf Compare September 11, 2024 16:47
@DimaStebaev DimaStebaev merged commit b8cc8c3 into develop Sep 16, 2024
3 of 4 checks passed
@DimaStebaev DimaStebaev deleted the dependabot/pip/scripts/develop/slither-analyzer-0.10.4 branch September 16, 2024 14:54
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant