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 df896e80f2 better error handling of malformed symbol alias AST node for solc <0.6.0 2 years ago
..
ast-parsing better error handling of malformed symbol alias AST node for solc <0.6.0 2 years ago
check-erc Fix slither-check-erc output 3 years ago
check-kspec Disable coloring if output is not a terminal, fix Windows tests (#1244) 2 years ago
check-upgradeability Minor 2 years ago
collisions Refactor core objects to add a file scope. 3 years ago
config Fix ci 4 years ago
custom_comments Improvements + tests 2 years ago
detectors Merge pull request #1470 from ardislu/dev 2 years ago
flat slither-flat: add --remove-assert flag (#366) 5 years ago
function_ids Use a best effort approach for internal function function-id 2 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
printers Improve generation of solidity signature 2 years ago
simil
slithir Support ternary operator in index access (#1162) 3 years ago
source_unit Update to the latest crytic-compile source unit API 2 years ago
src_mapping Refactor source mapping + add new API 3 years ago
storage-layout fix json output and update with new fields (name and elems) 2 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
test_path_filtering Update tests/test_path_filtering/slither.config.json 2 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
constant_folding_rational.sol Add tests for large and negative constants 2 years ago
constant_folding_unary.sol Support unary operation, MINUS_PRE, on constants 3 years ago
deprecated_calls.sol
inheritance_graph.sol
source_mapping.sol Added test for source mapping. Fixed total source length calculation 6 years ago
taint_mapping.sol
test_ast_parsing.py Minor 2 years ago
test_constant_folding.py Fix linting errors 2 years ago
test_detectors.py Merge pull request #1484 from crytic/detect/self-call 2 years ago
test_features.py Improvements + tests 2 years ago
test_function.py Merge branch 'dev' into dev-improve-reentrancy 2 years ago
test_function.sol consider state variable collisions and incorrect return type 2 years ago
test_function_reentrant.sol Add function.all_reachable_from_functions and function.is_reentrant 2 years ago
test_functions_ids.py Minor 2 years ago
test_read_storage.py fix json output and update with new fields (name and elems) 2 years ago
test_source_mapping.py Minor 2 years ago
test_source_unit.py Black 2 years ago
test_ssa_generation.py Hbrodin/ssa array tests (#1205) 3 years ago
test_storage_layout.py WIP: feature to read contract storage data (#968) 3 years ago