Commit Graph

1170 Commits (595e8b982862e7fa8f8580a2fd7aafc689d297a1)
 

Author SHA1 Message Date
Josselin 03dc21cffe Merge branch 'dev' of github.com:trailofbits/slither into dev 6 years ago
Feist Josselin 2fa398249a
Merge pull request #181 from trailofbits/dev-make-generic-taint-optional 6 years ago
Josselin 81c907d16a Merge branch 'dev-fix-polymath-core' into dev 6 years ago
Josselin f17d1dd9a7 Improve slither-check-upgradability 6 years ago
Josselin 833e390707 Clean call-graph printer (+ export every contract individually) 6 years ago
Josselin fba467e480 Add missing files 6 years ago
Josselin 0e83e91936 Update travis 6 years ago
Josselin 2ac0abf518 Improve slither-find-paths + add travis unit tests 6 years ago
Josselin 163f132296 Merge branch 'master' into dev 6 years ago
Josselin fe8114056d possible_paths.py: create a tool (instead of a adhoc script) 6 years ago
Josselin d6cef7ce5c Minor 6 years ago
Josselin 93454ee3b9 Merge branch 'dev' of github.com:trailofbits/slither into dev 6 years ago
Josselin c6e090e092 Fix incorrect slithIR conversion: internal call to inherited contract where considered as external call 6 years ago
Josselin b992010ee6 Fix incorrect slithIR conversion: internal call to inherited contract where considered as external call 6 years ago
Josselin a269413022 Improve slither-check-upgradability to support Truffle directory 6 years ago
rajeevgopalakrishna 5b4287221a Made inclusion of GENERIC_TAINT sources (msg.*, tx.origin) optional in taintedness checking by adding ignore_generic_taint parameter to is_tainted() and is_tainted_ssa() functions, with the default value being FALSE. 6 years ago
rajeevgopalakrishna cedfe32efa Sync with remote 6 years ago
Josselin 6031907607 Prevent duppliate results at the abstract_detector level 6 years ago
Feist Josselin 6ca0cc1f67
Merge pull request #179 from trailofbits/dev-win-truffle-invoke 6 years ago
David Pokora be860ae19a
Fixed basic truffle invocation for Windows 6 years ago
David Pokora 007ed2a9cc Added possible_paths.py to example scripts: Provides information about all functions/paths which reach specified target functions. 6 years ago
David Pokora 9edf5ad06d
Added possible_paths.py to example scripts: Provides information about all functions/paths which reach specified target functions. 6 years ago
Josselin 976239a996 Add referenced declaration for functions (AST compact pnly) (temporary fix for 177) 6 years ago
rajeevgopalakrishna 39500c092e Iterate over contracts_derived instead of contracts to prevent duplicate results 6 years ago
rajeevgopalakrishna fe997e7030 Fixed minor typos in comments 6 years ago
rajeevgopalakrishna 8344c4edf3 Fixed a typo in detector where *callcode* was specified as *codecall*. Added a test to verify the fix. 6 years ago
rajeevgopalakrishna b3b718101d Fixed minor typos in comments 6 years ago
Josselin 7e75f7de11 v0.6.0 6 years ago
Josselin f970f8c647 Add deterministic results for reentrancy 6 years ago
Josselin 1777759dd0 Add missing file 6 years ago
Josselin bbaa8e541a Rename variablesorder -> variableorder 6 years ago
Josselin 6fb17e9f63 Fix inccorect wiki link to printer 6 years ago
Josselin 5cc07a3608 Update wiki links 6 years ago
Josselin f53151e695 Open source 3 detectors: 6 years ago
Josselin 11eedcceec Fix incorrect cached * information 6 years ago
Josselin 58c138ee2b Minor 6 years ago
Feist Josselin c6df387d7d
Merge pull request #172 from trailofbits/dev-usability 6 years ago
Josselin 8298c11bc8 Rename interactive-mode to triage-mode 6 years ago
Josselin 018eb8f7c0 Merge branch 'dev' into dev-usability 6 years ago
Josselin 5a2bf5a56c API added: library_calls/all_library_calls (for node/functions) 6 years ago
Josselin 229ec27e48 Merge branch 'dev' into dev-usability 6 years ago
Josselin e128adabbc Merge branch 'dev' into dev-usability 6 years ago
Feist Josselin 428a1e3462
Update README.md 6 years ago
Feist Josselin e377258b81
Update README.md 6 years ago
Josselin bd01d1bc37 Fix typo 6 years ago
Josselin 41fc20ae90 Data depenencies printer: add example and improve output 6 years ago
Josselin 3665108cf8 Update travis test to fixed solc version/pragma json 6 years ago
Josselin 982a0a63ab Fix incorrect json output format for ConstantPragma and IncorrectSolc 6 years ago
Josselin 2deecb3ddf WIP: add support for config file 6 years ago
Josselin a9e434ab08 Fix incorrect json output format for ConstantPragma and IncorrectSolc 6 years ago