Commit Graph

2063 Commits (9f1a07e36c06f9d3397f5e8f816af61e605eeea5)
 

Author SHA1 Message Date
Maximilian Krueger 9f1a07e36c introduce tests for slither.core.declarations.Function 4 years ago
Maximilian Krueger 97eb7ec815 fix that Function.can_send_eth wrongly returns self._can_reenter 4 years ago
Feist Josselin c6239c0f90
Merge pull request #736 from crytic/dev-6-detectors 4 years ago
Josselin be0fdf0c7c Merge branch 'dev-6-detectors' of github.com:crytic/slither into dev-6-detectors 4 years ago
Josselin d0af04d3c4 Run black 4 years ago
Feist Josselin fe7a9dfc91
Update ci_test_truffle.sh 4 years ago
Josselin 2a66915f29 Update readme 4 years ago
Josselin 789c356646 Open source new detectors 4 years ago
Feist Josselin 012f5c2e4b
Merge pull request #734 from crytic/dev-test-reentrancy-read-before-write 4 years ago
Feist Josselin cea61cc3e3
Merge pull request #733 from crytic/dev-disable-memberaccess-types 4 years ago
Natalie Chin b8cb7c6dad Added tests for reentrancy read before written 4 years ago
Josselin c02c97bfe9 Disable parsing types on memberAccess 4 years ago
Feist Josselin dcf1797dc7
Merge pull request #730 from snd/snd-dev 4 years ago
Feist Josselin bb1c1fbbad
Merge pull request #732 from crytic/dev-19-new-detectors 4 years ago
Josselin aa3226f74a Merge branch 'dev' into HEAD 4 years ago
Feist Josselin 38b1c8fbd3
Update ci_test_etherlime.sh 4 years ago
Josselin 4e3de94f91 Minor 4 years ago
Josselin 88ce5bede3 Add missing files 4 years ago
Josselin ac5a0d101c Merge branch 'dev' into add-slither-ignore 4 years ago
Josselin 08ac1df8ff Open source 19 detectors 4 years ago
Feist Josselin 599ac58ddb
Merge pull request #724 from josh-richardson/add-slither-ignore 4 years ago
Josselin 705f8db526 Minor 4 years ago
Joshua Richardson 33621c5992 Fix linter complaint 4 years ago
Josselin e89ceb0f1c Merge branch 'dev' into add-slither-ignore 4 years ago
Feist Josselin 7d3bf292ad
Merge pull request #728 from crytic/dev-top-level-elements 4 years ago
Josselin 6faa08c56a Improve ignore finding feature 4 years ago
Josselin 03af1aaee0 Merge branch 'add-slither-ignore' of https://github.com/josh-richardson/slither into josh-richardson-add-slither-ignore 4 years ago
Josselin d1eee22723 Add __eq__ to SolidityImportPlaceHolder 4 years ago
Josselin 72738bc679 Fix logic on 0.8 tests 4 years ago
Josselin d778ed6a02 Improve find_variable 4 years ago
Josselin 330325a3b9 Adding partial support for top level function 4 years ago
Maximilian Krueger 5a78c7dfef format with black==19.10b0 4 years ago
Maximilian Krueger 12e514437f member_access: "Type" -> Type 4 years ago
Maximilian Krueger fa9cb5c0ed remove unused import 4 years ago
Maximilian Krueger 4ec2795daa MemberAccess: assert that member_type instanceof Type 4 years ago
Maximilian Krueger 17ef07f503 expression_parsing: parse member type instead of leaving as raw str 4 years ago
Maximilian Krueger 9823336445 type_parsing: parse func args that contain [] like `address[]` 4 years ago
Maximilian Krueger aa8653605c type_parsing: parse mapping values that contain ` ` like `struct SortedTroves.Node` 4 years ago
Maximilian Krueger e6f3293675 type_parsing: parse function types with modifiers 4 years ago
Maximilian Krueger b4c792a9e4 type_parsing: parse enums that begin with `type(enum` 4 years ago
Josselin fe50daaa11 Minor 4 years ago
Feist Josselin 1c12a13b95
Merge pull request #729 from crytic/add-printer-name-to-graph-printers 4 years ago
Feist Josselin b61719550d
Merge pull request #726 from crytic/fix-selffilename-when-cryticcompile 4 years ago
Alexander Remie 03e2a939eb added more descriptive filenames for call-graph and inheritance-graph 4 years ago
Josselin 9c06483954 Add support for top level constant variables 4 years ago
Alexander Remie e41900288a use self._crytic_compile.target instead of self.filename 4 years ago
Josselin c0406c38e8 Minor 4 years ago
Josselin 0a7738d225 Change the way slither handles top level enum/struct 4 years ago
Alexander Remie f8ac87dabf fix set self.filename when using crytic-compile 4 years ago
Josselin e52a2aee0e Update README.md 4 years ago