Commit Graph

684 Commits (657c8045315d869654e563dc3b5b80598f8ffb1b)
 

Author SHA1 Message Date
David Pokora 657c804531
Immediate function inheritance support for compact-ast (TODO: legacy AST) 6 years ago
Josselin affe95813f v0.5.0 6 years ago
Josselin c67fad8df5 Reentrancy detectors: Update wiki links 6 years ago
Feist Josselin 9ee648f6bc
Merge pull request #129 from trailofbits/dev-old-solc 6 years ago
Josselin 768c84b334 Upgrade travis test + update readme + allow solc 0.4.24 6 years ago
Josselin 5de937f8d4 Merge branch 'dev' into dev-old-solc 6 years ago
Josselin 1ff60b49f9 Add warning if no contract was analyzed 6 years ago
Josselin a56359d1de Minor 6 years ago
Josselin ce1f456daa SImplify version checking 6 years ago
Josselin 369dbddeaf Merge branch 'dev' into dev-old-solc 6 years ago
Josselin c84ef2de8a Update README 6 years ago
Josselin 52322ebb37 Open source shadowing local and shadowing builtin detectors 6 years ago
Josselin 1d278f520c Add missing testcase 6 years ago
Josselin 1532babf38 Open source incorrect-equality detector 6 years ago
Josselin c102cf2334 SSA: fix incorrect function attribute on HighLevelCall 6 years ago
David Pokora ef06deb965
Updated unspecified digit behavior for solc-version detector. 6 years ago
David Pokora 80e86bc769
Changed regex in solc-version detector to account for strict version specifying. 6 years ago
David Pokora 945cbc64d7
Updated solc-version detector test contract and fixed an issue where a [x,x) or (x,x] bound would allow x. 6 years ago
David Pokora c57f2cecc1
Removed test data and cleaned up solc-version detector refactor. 6 years ago
David Pokora 14cf0bf67f
Added filtering of pragmas to only focus on version (TODO: Skip files which were not compiled). 6 years ago
David Pokora a24116134f
Adds support for OR statements in semver (prior iterations treated all seperation as AND). 6 years ago
David Pokora ef9768216f
Fixed caret operations in semver expressions to pass version tests 6 years ago
David Pokora 817c6174b9
Continued work on semver expression parsing for oldsolc detector 6 years ago
Josselin eae46813ab Improve reentrancy heuristic 6 years ago
David Pokora 335c2b3cbf
Initial work on old-solc detector updates 6 years ago
Josselin 4340b86bb4 Improve reentrancy heuristic 6 years ago
Josselin ff280c2b6f SSA: dont propage read_write info for nodes on PhiCallback instruction 6 years ago
Josselin fc4ac0c988 Improve constable-states result (remove FP) 6 years ago
Josselin b469b05d84 Improve all_functions_called 6 years ago
Josselin 60ab8eb105 Track alias analysis on Binary operation 6 years ago
Josselin a938c3af14 Update markdown output 6 years ago
Josselin 15c166cfbb Allow to include/exclude loops for node.is_condition 6 years ago
Josselin b9d5e17245 Simplify constable detector (+ group all the result in one json) 6 years ago
Josselin 2314e9e26b SSA: Initiate local variable ahead of time 6 years ago
Josselin 1963847f92 Minor bug 6 years ago
Josselin bf2f99fec9 Improve data dependency computation (WIP) 6 years ago
Josselin c059bbdc11 Add support for user-controlled variables in data-dependency (msg.sender, ...) 6 years ago
Josselin 813de76677 Merge branch 'dev' of github.com:trailofbits/slither into dev-data-dependency 6 years ago
Josselin 4a2b38096c Minor 6 years ago
Josselin 9d17199986 Improve Data dependency (based on SSA) 6 years ago
Josselin 0097edd990 SSA: fix incorrect last values computation 6 years ago
Feist Josselin c9d18ab4c8
Merge pull request #117 from trailofbits/dev-reentrancy 6 years ago
Josselin 74de7523e6 Merge branch 'dev' of github.com:trailofbits/slither into dev 6 years ago
Josselin a2dfa3c0ce Merge branch 'dev' into dev-reentrancy 6 years ago
Feist Josselin fb1d907850
Merge pull request #87 from trailofbits/dev-ssa 6 years ago
Josselin 458986f9d5 Typo 6 years ago
Josselin 6fa7a6df45 Serge branch 'dev-external-function' into dev 6 years ago
David Pokora 665b71ce0a
Loosen bounds on external-functions detector 6 years ago
David Pokora bb057c1435
Fixed an issue in external-functions detector that iterated on a contract instead of its function properties. 6 years ago
Josselin 9c2a8c1da3 Merge branch 'dev' into dev-ssa 6 years ago