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.4 to 0.11.0 in /scripts #86

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2025

Bumps slither-analyzer from 0.10.4 to 0.11.0.

Release notes

Sourced from slither-analyzer's releases.

0.11.0

This release adds support for the latest Solidity features like using a custom error in a require statement and transient storage, adds 7 new detectors, 2 new printers and various other improvements. NOTE: There are breaking changes to some API in particular the variables properties in the Contract class (see crytic/slither#2588) and the *Calls API (see crytic/slither#2555).

The new detectors are:

  • pyth-deprecated-functions: Detect Pyth deprecated functions
  • pyth-unchecked-confidence: Detect when the confidence level of a Pyth price is not checked
  • pyth-unchecked-publishtime: Detect when the publishTime of a Pyth price is not checked
  • chronicle-unchecked-price: Detect when Chronicle price is not checked
  • gelato-unprotected-randomness: Call to _requestRandomness within an unprotected function
  • chainlink-feed-registry: Detect when chainlink feed registry is used
  • optimism-deprecation: Detect when deprecated Optimism predeploy or function is used

The new printers are:

  • entry-points: Print all the state-changing entry point functions of the contracts
  • cheatcode: Print the usage of (Foundry) cheatcodes in the code

The following is an example of the entry-points printer for Uniswap v4 core.

We thank all of our external contributors for their effort!

What's Changed

... (truncated)

Commits
  • a77738f Merge pull request #2658 from crytic/dev
  • f6413e6 Merge pull request #2656 from hexshire/patch-1
  • 61fa9ec Merge pull request #2616 from nisedo/dev
  • a75b1f6 Update README.md
  • 0d2d548 Add receive/fallback. Add contract lines. Add function arguments and formatti...
  • cc88216 Use f.is_shadowed to handle correctly virtual and override functions
  • 0362717 Change file name format
  • 29a8a41 Refactoring following Simone's feedback
  • 9292ecb Merge branch 'crytic:dev' into dev
  • cacf6f6 Merge pull request #2653 from crytic/dev-fix-AOR-mutator
  • 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)

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 8, 2025
@dependabot dependabot bot requested a review from DimaStebaev as a code owner February 8, 2025 04:47
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.

0 participants