Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 881 Bytes

File metadata and controls

21 lines (19 loc) · 881 Bytes

Slither Detectors Slither bugs and optimizations detection can run on a Truffle/Embark/Dapp/Etherlime/Hardhat application or on a single Solidity file:

  1. Slither runs all its detectors by default. To run only selected detectors, use --detect detector1,detector2. To exclude detectors, use --exclude detector1,detector2.
  2. To exclude detectors with an informational or low severity, use --exclude-informational or --exclude-low
  3. --list-detectors lists available detectors

Slide Screenshot

035.jpg


Slide Text

  • 75+ Detectors
  • Truffle/Embark/Dapp/Etherlime/Hardhat
  • Run/Exclude Specific Detectors
  • E.g.: reentrancy-eth, unprotected-upgrade

References


Tags