slither icon indicating copy to clipboard operation
slither copied to clipboard

Static Analyzer for Solidity and Vyper

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

### Describe the issue: Printer vars-and-auth put duplicated message under the `Conditions on msg.sender ` section. Like this: ``` +----------+-------------------------+----------------------------------------------------------------------------------------+ | Function | State variables written | Conditions on msg.sender...

bug-candidate

# Issue Metrics | Metric | Average | Median | 90th percentile | | --- | --- | --- | ---: | | Time to first response | None |...

### Describe the desired feature It seems that --sarif doesn't work for tools like `slither-check-erc` and `slither-check-upgradeability` ``` usage: slither-check-erc project contractName slither-check-erc: error: unrecognized arguments: --sarif /tmp/slither-result-IERC20-ERC20-2.json ```

enhancement

Running `slither-read-storage` with the `--variable-name` argument results in an exception: `TypeError: 'StateVariable' object is not subscriptable` Here is an example of reading the WETH balance for the Uniswap V4 PoolManager...

### Describe the issue: This issue is related to #2296. Unsure why the error is being thrown though. ### Code example to reproduce the issue: https://github.com/OpenZeppelin/openzeppelin-confidential-contracts/actions/runs/15884480002/job/44792912877 ### Version: 0.11.3 ###...

bug-candidate