Static Analyzer for Solidity
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
slither/slither
Josselin 2d46050744 Fix incorrect unpacking in function summary printer (#104) 6 years ago
..
analyses API taint changes: 6 years ago
core Avoid None to be store on variables_written 6 years ago
detectors Merge branch 'master' of github.com:trailofbits/slither 6 years ago
printers Fix incorrect unpacking in function summary printer (#104) 6 years ago
slithir Fix incorrect type recover for external calls to mapping of mapping (fix #83) 6 years ago
solc_parsing Ternary operation: move variable declaration to condition node to avoid dupplicate variable declaration 6 years ago
utils Add support for NewArray in ternary split (close #79) 6 years ago
visitors Improve Unused return value detector: 6 years ago
__init__.py Make a slither package 6 years ago
__main__.py Sort slither cli output by detector.impact 6 years ago
slither.py Improve truffle parsing 6 years ago