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 b16bb7079f remove xfail from passing test, test_initial_version_exists_for_locals 2 years ago
..
arithmetic_usage Minor API improvements 2 years ago
ast-parsing Fix support for constant variable lookup in yul 2 years ago
check-erc
check-kspec
check-upgradeability Fix indent in test_13.txt 2 years ago
collisions
config
custom_comments Improve parsing of contract's comment 2 years ago
detectors Merge pull request #1510 from crytic/local-shadowing-return-vars 2 years ago
flat
function_ids Use a best effort approach for internal function function-id 2 years ago
lookup Add files 2 years ago
possible_paths
printers
simil
slithir fix ternary in nested expr with index access 2 years ago
source_unit tests: source_unit: remove submodule 2 years ago
src_mapping Tests added 2 years ago
storage-layout
test_cyclic_import
test_node_modules
test_path_filtering Update tests/test_path_filtering/slither.config.json 2 years ago
using-for-global-collision/src rm misc files 2 years ago
.gitattributes
__init__.py
complex_func.sol
constant_folding_binop.sol emulate wrapped arithmetic behavior 2 years ago
constant_folding_rational.sol Add tests for large and negative constants 2 years ago
constant_folding_unary.sol
deprecated_calls.sol
inheritance_graph.sol
source_mapping.sol
taint_mapping.sol
test_ast_parsing.py Black on test file 2 years ago
test_constant_folding.py emulate wrapped arithmetic behavior 2 years ago
test_detectors.py include return variables in uninit ptr detector 2 years ago
test_features.py remove xfail from passing test, test_initial_version_exists_for_locals 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
test_read_storage.py
test_source_mapping.py Tests added 2 years ago
test_source_unit.py tests: source_unit: add skipif for requirements 2 years ago
test_ssa_generation.py remove xfail from passing test, test_initial_version_exists_for_locals 2 years ago
test_storage_layout.py