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

### Describe the issue: Hi, I have been using slither for sometime and the experience was great, but then I recently noticed that my slither version did not support custom...

bug-candidate

### Describe the issue: I tried to run slither checks on Solidity code ^0.8.12 with new functionality over dynamic sized arrays - function `concat` ([link](https://docs.soliditylang.org/en/v0.8.12/types.html#the-functions-bytes-concat-and-string-concat)) and faced with problems of...

bug-candidate

### Describe the issue: I have been trying to scan some files and projects with slither but getting same error: ``` 46 | contract NFTMarketplace is AccessControlEnumerable, ReentrancyGuard, IERC721Receiver |...

bug-candidate

### Describe the issue: Hi, when running slither against `Seaport`: `slither 0x00000000006CEE72100D161c57ADA5Bb2be1CA79 --solc ~/.solc-select/artifacts/solc-0.8.13` I get: ``` Error: unresolved reference to identifier OneWord ``` any idea? Thanks! ### Code example...

bug-candidate

``` 'npx hardhat compile --force' running Downloading compiler 0.7.6 Compiling 30 files with 0.7.6 Compilation finished successfully ✅ Generated documentation for 30 contracts Traceback (most recent call last): File "/usr/local/lib/python3.7/dist-packages/slither/__main__.py",...

### Describe the issue: Slither seems to never quit. Hitting Ctrl-C will show the below output. Possibly highlighting an infinite loop. ### Code example to reproduce the issue: `slither 0x66017D22b0f8556afDd19FC67041899Eb65a21bb`...

bug

Cleaning up some repeated patterns in our tests. I need to modify the detectors tests still

https://github.com/CarstenNZ/slither-wiki/blob/master/Detector-Documentation.md has a couple of fixes / typos in the detectors description. We should merge them before the next release Related https://github.com/crytic/slither/issues/1189

help wanted
good first issue

### Describe the issue: slither 0xed3a954c0adfc8e3f85d92729c051ff320648e30 ``` Warning: contracts/interfaces/exchange/IExchange.sol: Warning: SPDX license identifier not provided in source file. Before publishing, consider adding a comment containing "SPDX-License-Identifier: " to each source...

bug