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/tests
alpharush 2c463abdb0
feat: add arbitrary-send-erc20 and arbitrary-send-erc20-permit detectors (#1025)
3 years ago
..
ast-parsing Improve function lookup for bytes (#1163) 3 years ago
check-erc Fix slither-check-erc output 3 years ago
check-kspec linting: Solve Markdown linting errors 4 years ago
check-upgradeability Large refactor of slither-check-upgradeability: 5 years ago
collisions Refactor core objects to add a file scope. 3 years ago
config Fix ci 4 years ago
detectors feat: add arbitrary-send-erc20 and arbitrary-send-erc20-permit detectors (#1025) 3 years ago
flat slither-flat: add --remove-assert flag (#366) 5 years ago
possible_paths Fix bug introduced in #445: The change in the function signature makes the parsing failed, as solc generated in the json type using the contract's name 5 years ago
simil fixed test 6 years ago
slithir Support ternary operator in index access (#1162) 3 years ago
storage-layout WIP: feature to read contract storage data (#968) 3 years ago
test_cyclic_import Add support for FileScope with cycles in the imports 3 years ago
test_node_modules Minor fixes 3 years ago
.gitattributes Windows CI for Slither (#1137) 3 years ago
__init__.py fix pylint `No such file or directory: 'tests/__init__.py'` 4 years ago
complex_func.sol added examples 6 years ago
constant_folding_unary.sol Support unary operation, MINUS_PRE, on constants 3 years ago
deprecated_calls.sol Open source 3 detectors: 6 years ago
inheritance_graph.sol * Added tooltips for function/variable shadowing 6 years ago
source_mapping.sol Added test for source mapping. Fixed total source length calculation 6 years ago
taint_mapping.sol Add SlithIR representation (WIP) 6 years ago
test_ast_parsing.py Improve function lookup for bytes (#1163) 3 years ago
test_constant_folding_unary.py Support unary operation, MINUS_PRE, on constants 3 years ago
test_detectors.py feat: add arbitrary-send-erc20 and arbitrary-send-erc20-permit detectors (#1025) 3 years ago
test_features.py Black 3 years ago
test_function.py Minor 3 years ago
test_function.sol add more tests for Function.can_send_eth 4 years ago
test_read_storage.py WIP: feature to read contract storage data (#968) 3 years ago
test_ssa_generation.py Test cases for SSA IR (#1101) 3 years ago
test_storage_layout.py WIP: feature to read contract storage data (#968) 3 years ago