Commit Graph

576 Commits (438dd3351867ed9875f7b02228249c59bd675759)
 

Author SHA1 Message Date
Josselin b906965dcc Update naming convention to new json format 6 years ago
Josselin a860e0f96c Merge branch 'master' of github.com:trailofbits/slither 6 years ago
Josselin 2d46050744 Fix incorrect unpacking in function summary printer (#104) 6 years ago
William Woodruff 214e18a30c
Dockerfile: Rewrite to use Ubuntu, official PPA 6 years ago
Josselin 0c63564669 Add Solidity 0.5 Support (WIP) 6 years ago
Josselin 09c559c148 Merge branch 'master' into dev-solidity-05 6 years ago
Josselin 191cb76b42 Merge branch 'master' of github.com:trailofbits/slither 6 years ago
Feist Josselin fd60773027
Merge pull request #94 from trailofbits/dev-improve-json 6 years ago
Josselin d3726f9dd7 Make json result more deterministic 6 years ago
Josselin 16e0269972 Add impact and confidence fields 6 years ago
Josselin 1c666c729d Partial support of Solidity 0.5 (WIP) 6 years ago
Josselin 19e1c6340d Json: 6 years ago
Feist Josselin 4ed73e151d
Merge pull request #93 from SolidCheck/master 6 years ago
rawwwulea ea1309f28a Fixed Dockerimage - slither not compatible with solc > 0.5.x atm, so downgrade solc to 0.4.25 6 years ago
Josselin 27d38c3bd5 Sort slither cli output by detector.impact 6 years ago
adamhos e5f3fa854e Fix ConstantPragma detector wiki link (#88) 6 years ago
Josselin 4d97d82ac0 Ternary operation: move variable declaration to condition node to avoid dupplicate variable declaration 6 years ago
Josselin 1908dc2cd8 Avoid None to be store on variables_written 6 years ago
Josselin f3b82b4619 v0.3.1 6 years ago
Josselin 58ac904c90 Add contract to locked_ether json 6 years ago
Josselin f3a9999fb5 Use deepdiff library to compare json output instead of custom script 6 years ago
Josselin 689ef8bcc1 Merge branch 'dev-refactor-json' into dev 6 years ago
Josselin dea6543bbb Add new json helper 6 years ago
Feist Josselin 6322e201f6
Merge pull request #84 from trailofbits/dev-refactor-json 6 years ago
Josselin 35524d8b93 JSON output: add helpers to unifiy and simplify export 6 years ago
Josselin 1995d4f57b Json refactor: 6 years ago
Josselin 634f48e0a8 Fix incorrect naming in human_summary printer 6 years ago
Josselin 242acd0538 Continue to refactor JSON output (WIP) 6 years ago
Josselin 588e6014d2 Continue to refactor JSON output (WIP) 6 years ago
Josselin e3a8570409 Merge branch 'master' into dev-refactor-json 6 years ago
Josselin c7fd4e0f45 Fix incorrect type recover for external calls to mapping of mapping (fix #83) 6 years ago
Josselin f9d1d0ee97 Check for 'truffle-config.js' file existence 6 years ago
Josselin c1f0afb010 Refactor JSON output (WIP) 6 years ago
Josselin 4c6acbc901 Fix incorrect attribute in modifier parsing (is_implemented) 6 years ago
Josselin 2b8dac7392 Improve contract.is_signature_only 6 years ago
Josselin 6583ffc567 Fix dupplicate constructor(s) 6 years ago
Josselin edb537c236 Version 0.3.0 6 years ago
Josselin 11cf343d24 Typo 6 years ago
Josselin 075c968e14 Fix incorrect set_node 6 years ago
Josselin 99767a1bb4 Improve unused return value 6 years ago
Josselin 52a973722a Update classification of unused return value detector 6 years ago
Josselin c307a03fde Fix constant function name 6 years ago
Josselin 722b9a6867 Merge branch 'benstew-unused-return-values' into dev 6 years ago
Josselin 39facef8eb Improve Unused return value detector: 6 years ago
Josselin f7762ab92b Merge branch 'unused-return-values' of https://github.com/benstew/slither into benstew-unused-return-values 6 years ago
Feist Josselin 37c4c8d6cd
Merge branch 'dev' into unused-return-values 6 years ago
Josselin 380dffd68b Improve constant function classification 6 years ago
Josselin 4d9062a6e3 Add support for NewArray in ternary split (close #79) 6 years ago
Josselin 24ce3a76f8 Add Missing testcase 6 years ago
Josselin f0ab53ac16 Minor 6 years ago