crytic / slither

Static Analyzer for Solidity and Vyper
https://blog.trailofbits.com/2018/10/19/slither-a-solidity-static-analysis-framework/
GNU Affero General Public License v3.0
5.3k stars 965 forks source link

Does Slither have a flag to automatically fix issues? #2103

Open izcoser opened 1 year ago

izcoser commented 1 year ago

Describe the desired feature

Solhint does this and I was wondering if Slither does as well. Thanks.

0xalpharush commented 1 year ago

slither-format supports a couple of auto fixes but I'm not sure how much use it has seen tbh. Are there specific detectors you'd find convenient to have additional auto fixes for