slither icon indicating copy to clipboard operation
slither copied to clipboard

Static Analyzer for Solidity and Vyper

Results 308 slither issues
Sort by recently updated
recently updated
newest added

Just added a small instruction under the "Install with Git" part, so that developer know how to easily upgrade Slither in their CLI to keep up with the latest features...

There was an uncaught regression that nearly was released but fixed in https://github.com/crytic/slither/commit/900fda77c1fecb6d88404552b51886e29fbdd7b7. We should close this testing gap Also, we need add an automated check that makes sure detectors...

testing

Rectify typographical inaccuracies This PR addresses several typographical errors across various files in the project. The changes improve readability and maintain the professional standard of the documentation and code comments....

### Describe the issue: `forge` is able to compile the contracts and run the test successfully, but `slither` fails to resolve the imports in the dependency even when the `--ignore-compile`...

### Describe the issue: With slither 0.10.3 on a new foundry repo w/ `pragma solidity 0.8.23`, running slither reports below info message. ``` INFO:Detectors: Version constraint 0.8.23 contains known severe...

bug
good first issue

### Describe the issue: when I print the cfg, it gives an edge from node 1 to node 8 (from try head to b += 123) ### Code example to...

bug-candidate

### Describe the issue: ERROR:SlitherSolcParsing: assert isinstance(right, TupleVariable) AssertionError ### Code example to reproduce the issue: ``` pragma solidity ^0.4.24; contract Reentrancy_cross_function { // INSECURE mapping (address => uint) private...

bug-candidate

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. Release notes Sourced from docker/build-push-action's releases. v6.0.0 Export build record and generate build summary by @​crazy-max in docker/build-push-action#1120 Bump @​docker/actions-toolkit from 0.24.0 to 0.26.0...

dependencies
github_actions

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.14 to 1.9.0. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.9.0 💅 Cosmetic Output Improvements @​woodruffw💰 updated the tense on password nudge in #234 @​shenxianpeng💰 helped us disable...

dependencies
github_actions

Fix a crash with dynamic arrays. Due to how `.push` and `.pop` operations are converted to the IR a binary operations is present even if it's not in the code,...