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/detectors
David Pokora 4d32e1c014
Updated calls-loop detector output to prioritize most significant source mapping first.
6 years ago
..
attributes Reprioritized elements in locked-ether for most significant source mapping 6 years ago
erc Merge branch 'master' into dev-json-additionalfields 6 years ago
examples Rename interactive-mode to triage-mode 6 years ago
functions -Added method to output "other" element type which has a source mapping but does not conform to other known types (used for pragma statements). 6 years ago
naming_convention -Added `additional_fields` field to JSON result + element output 6 years ago
operations Split unused-return findings into separate results 6 years ago
reentrancy Standardized reentrancy-eth + reentrancy-benign + reentrancy-no-eth detector output (use of provided json functions) 6 years ago
shadowing Updated shadowing-local to output events as events, instead of functions. 6 years ago
source rtlo detector: minor modifs 6 years ago
statements Updated calls-loop detector output to prioritize most significant source mapping first. 6 years ago
variables -Updated erc20-indexed to use event json function instead of function. 6 years ago
__init__.py Initial public commit 6 years ago
abstract_detector.py -Updated node JSON type to "node" from "expression" 6 years ago
all_detectors.py Merge branch 'dev' into dev-fp-erc20-interface 6 years ago