Commit Graph

973 Commits (f0cb66dd2bd4396bcac6063993a34a97f8fbd983)
 

Author SHA1 Message Date
Josselin 8ee0099165 Improve read info (1cdc34ec77) 6 years ago
David Pokora 65a82b0caa
Cleaned up inheritance-graph: kept shadowing lookups, removed shadowed. Adjusted tooltip. 6 years ago
David Pokora 2d57be0fff
* Added tooltips for function/variable shadowing 6 years ago
David Pokora 05cab3548c
inheritance-graph: Give digraph a blank name, otherwise it will be interpretted as "%0" and will be used as the title/tooltip for all blank space. 6 years ago
David Pokora fed1e95a3a
Changed inheritance-graph shadowing state variable color to red (as it's most likely an error). 6 years ago
David Pokora 3112c3b8c5
Updated test for less bloat + better readability in graph. 6 years ago
David Pokora d1b0c1d5b0
* Changed inheritance-graph to only show variables explicitly defined in the parent contract, instead of inherited. 6 years ago
David Pokora 8335faae8b
* Numbered edges in inheritance-graph to denote order of inheritance. 6 years ago
David Pokora 387d5efea5
* Added state variable shadowing detection to inheritance_analysis. 6 years ago
David Pokora 019d3da211
Updates to inheritance_analysis.py's detect_function_shadowing to not include c3 collisions which end up neutralized by later inheriting contracts in a multi-inheritance scheme. 6 years ago
David Pokora 1f81f820a8
inheritance-graph: Only highlight shadowed functions (not shadowing). 6 years ago
David Pokora f45e138ae8
Remove internal detectors, moved internal inheritance detector logic into slither.utils.inheritance_analysis. 6 years ago
Josselin 29862ea541 Improve support for break with presence of nested loops (fix 141) 6 years ago
Josselin 1073a04e90 Array length: store the result of the constant folding in a separate variable to keep origin expression 6 years ago
Josselin 6c2923f254 Add constant folding visitor (fix #144) 6 years ago
Josselin 21579edef4 Merge branch 'dev' of github.com:trailofbits/slither into dev 6 years ago
Josselin b7e3b9e8af Merge branch 'master' into dev 6 years ago
David Pokora 48bb498b14
* Added c3-linearization-internal detector to help inheritance-graph highlight collisions via C3 linearization. 6 years ago
David Pokora fa3971b6a5
Fix shadowing-function detector (and add modifiers to the results). 6 years ago
Feist Josselin 6627ac0c0c
Merge pull request #159 from trailofbits/dev-windows-color 6 years ago
Feist Josselin 87f3be5f14
Merge pull request #162 from trailofbits/dev-inheritance 6 years ago
David Pokora 9e4e37ccc3
Set colorization enabled by default (fixes default colorization enabling through script instead of CLI) 6 years ago
Josselin a1422142ee Remove print 6 years ago
Josselin 90c2b60a4f Remove unused import 6 years ago
Josselin a31349ae92 Fix incorrect location assignment during LocalVariableIR init (fix #143) 6 years ago
Josselin 4a1252ad29 Remove FP on locked_ether detector: follow through libraries calls to detect send of ethers (fix #163) 6 years ago
Josselin 77cd643360 Remove reentrancy FP due to call to view/pure functions or state variable getters (fix #126) 6 years ago
Josselin f3992c354d Rename local variable in case of re-definition (fix #151) 6 years ago
Feist Josselin e545eaab37
Merge pull request #148 from trailofbits/dev-upgradibility 6 years ago
Josselin e6e23173c7 Add missing __init__.py file 6 years ago
Josselin 9baf839da5 slither-check-upgradability: 6 years ago
Josselin a7f37b0926 Merge branch 'master' of github.com:trailofbits/slither 6 years ago
Josselin 64343da44a Add support to solc json file where the non-json text was removed (fix #153) 6 years ago
Josselin 5a3454fb1f Merge branch 'dev' into dev-upgradibility 6 years ago
Josselin 331868dd66 Printers modifications: 6 years ago
David Pokora cd09f6c64e
Fix UserDefinedTypeName parsing in type_parsing.py to use the 'type' attribute instead of 'name' attribute. 6 years ago
Josselin 59af3887a4 Added: 6 years ago
David Pokora 072cc152d1
Wrap Windows virtual terminal sequence enabling in a try/except to fallback on disabling color in case of any exception. 6 years ago
David Pokora 05bfbf10cf
Added reference for Windows std handle numbers in virtual terminal sequence enabling code. 6 years ago
David Pokora 06736e2214
Cleaned up imports for windows virtual terminal sequences enabling. 6 years ago
David Pokora 2855b5d992
Added virtual terminal sequence enabling to allow colorized output on Windows platforms. 6 years ago
David Pokora 1c9a2e79d6
Added CLI arguments to disable colorized output. 6 years ago
Josselin 0ff9305aef Add undefined wiki info to shadowing function detector (close #158) 6 years ago
Josselin 76c07772b4 Add staticcall to LowLevelCall (close #152) 6 years ago
Josselin 4b55be79b2 Look for Truffle local version in package.json (close #154) 6 years ago
Josselin 7ef4e05fa1 Usage changes 6 years ago
Dan Guido 641703b841
Update README.md 6 years ago
Dan Guido 39dc7731e9
grammar 6 years ago
Josselin c2ff6585db v0.5.2 6 years ago
Feist Josselin 00b3c891ee
Add eth-security-toolbox information 6 years ago