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/statements
Josselin Feist 04217fda53 - Create helpers for VULNERABLE_SOLC_VERSIONS 2 years ago
..
__init__.py Add missing files 6 years ago
array_length_assignment.py - Create helpers for VULNERABLE_SOLC_VERSIONS 2 years ago
assembly.py Fix deterministic output for multiple detectors (fix #486) 4 years ago
assert_state_change.py Fix typo in wiki title (fix https://github.com/crytic/slither/issues/892) 3 years ago
boolean_constant_equality.py add regions to wikis and one multi-line string 4 years ago
boolean_constant_misuse.py Run black 4 years ago
calls_in_loop.py Make entry_point return an Optional[Node] and update the detectors 2 years ago
controlled_delegatecall.py Run black 4 years ago
costly_operations_in_loop.py Make entry_point return an Optional[Node] and update the detectors 2 years ago
delegatecall_in_loop.py Make entry_point return an Optional[Node] and update the detectors 2 years ago
deprecated_calls.py add regions to wikis and one multi-line string 4 years ago
divide_before_multiply.py correction 2 years ago
incorrect_strict_equality.py Update to pylint 2.12.2 3 years ago
mapping_deletion.py add regions to wikis and one multi-line string 4 years ago
msg_value_in_loop.py Make entry_point return an Optional[Node] and update the detectors 2 years ago
redundant_statements.py add regions to wikis and one multi-line string 4 years ago
too_many_digits.py Optimization: use a more efficient regexp for hexadecimal check (#1200) 3 years ago
tx_origin.py Run black 4 years ago
type_based_tautology.py Update to gh super linter 4.9.2 + linters (#1157) 3 years ago
unary.py add regions to wikis and one multi-line string 4 years ago
unprotected_upgradeable.py updated formatting of Unprotected upgradeable contract so syntax highlighting applies in github wiki 2 years ago
write_after_write.py Update to pylint 2.12.2 3 years ago