Commit Graph

954 Commits (26609db2fd7b6ebe7c8430852ce53dd2bad447f9)
 

Author SHA1 Message Date
rajeevgopalakrishna ac9eeaac94 Fixed a typo kwargsg -> kwargs 6 years ago
rajeevgopalakrishna 402ead4e8b Renamed embark-ast to embark-contract-info 6 years ago
rajeevgopalakrishna 2298e154b5 Changed conditional flows. Fixed bug. 6 years ago
rajeevgopalakrishna b1cbe27a55 Support embark plugin which generates ABI+bytecode data along with AST 6 years ago
Josselin f6bb905752 Add cli option: --truffle-build-directory to specify custom truffle build directory (fix #187) 6 years ago
Josselin 32646e703c Add cli option: --truffle-build-directory to specify custom truffle build directory (fix #187) 6 years ago
Josselin 78b60631ac Update travis badge 6 years ago
Josselin b7786962a1 Update travis badge 6 years ago
Josselin 1ff7897b89 Merge branch 'master' into dev 6 years ago
Josselin a8b7e55638 Update wiki link (crytic) (Fix #190) 6 years ago
rajeevgopalakrishna 3f79e604f7 Adding support for Embark repos 6 years ago
Josselin cdaf816b5d Merge branch 'dev' of github.com:trailofbits/slither into dev 6 years ago
Josselin 4640861a1c Consider the parsing of IndexAccess with a None rigth side as a ElementaryTypeNameExpression (Fix #177) 6 years ago
Josselin 0873fd077d Fix minor in return_values/return_values_ssa 6 years ago
Feist Josselin e328b659ac
Merge pull request #194 from crytic/dev-fix-line-numbers 6 years ago
Josselin 6e83e11702 Merge branch 'master' into dev 6 years ago
Josselin 6a4ad1893e Merge branch 'dev-fix-data-dependency' into dev 6 years ago
Josselin acb6d4585f core.declaration.function: re-order import 6 years ago
Josselin 404a2ad72d return_values/return_values_ssa: Remove dupplicate 6 years ago
David Pokora 8f13315389
Updated line number calculation to use splitlines() instead of split('\n'). 6 years ago
David Pokora ad4fc1b510
Fixed a bug where return carraiges would offset line number calculations (close #180) 6 years ago
rajeevgopalakrishna 5bf963b35d Moved the capturing of return values (with memoization) to core/declarations/function.py from analyses/data_dependency/data_dependency.py. Fixed the bug where multiple returns within a function would be missed. 6 years ago
rajeevgopalakrishna 897930f2c1 Fixed data dependency to propagate return values to call sites 6 years ago
rajeevgopalakrishna e36e0f8875 Fixed data dependency to propagate return values of functions to call sites. 6 years ago
Josselin 0891f9a8a5 v0.6.1 6 years ago
Josselin 559e838e89 Add --ignore-return-value flag 6 years ago
Josselin 108851ac9e README: add logo 6 years ago
Feist Josselin f0a27385e1
Merge pull request #184 from trailofbits/fix_arbitrary_send_message 6 years ago
agroce 4d0f55733b change arbirary to arbitrary 6 years ago
Josselin 8a94a6e66b Improve support of slithir conversion for Event with explicit base contract 6 years ago
Josselin ea24e614be Improve slither-check-upgradability + add travis unit tests 6 years ago
Josselin cdda518e12 slither-check-upgradability: add check initialization module (close #182) 6 years ago
Josselin 816cef52da Minor typo 6 years ago
Josselin af01bdcdac Merge branch 'master' of https://github.com/rajeevgopalakrishna/slither into rajeevgopalakrishna-master 6 years ago
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