Commit Graph

734 Commits (4d32e1c014fba36e7258d6376b812773190ee5ea)

Author SHA1 Message Date
David Pokora 4d32e1c014
Updated calls-loop detector output to prioritize most significant source mapping first. 6 years ago
David Pokora 3f208a6ab7
Split unused-return findings into separate results 6 years ago
David Pokora 3ef17d27d9
Reprioritized elements in locked-ether for most significant source mapping 6 years ago
David Pokora d34570afc1
Updated shadowing-local to output events as events, instead of functions. 6 years ago
David Pokora 19271a0710
-Updated node JSON type to "node" from "expression" 6 years ago
David Pokora 472608fa5c
Standardized reentrancy-eth + reentrancy-benign + reentrancy-no-eth detector output (use of provided json functions) 6 years ago
David Pokora 148d3e51ed
-Updated erc20-indexed to use event json function instead of function. 6 years ago
David Pokora 899b46b75d
Split constable-states and erc20-indexed findings into separate results 6 years ago
David Pokora be7b0de41d
Standardized pragma detector output 6 years ago
David Pokora 04ff692b0c
-Added method to output "other" element type which has a source mapping but does not conform to other known types (used for pragma statements). 6 years ago
David Pokora 625bff8ca2
Standardized constant-function detector output (all elements should have a source mapping, info moved to additional_fields field). 6 years ago
Josselin 5e1eb42311 ERC20/721 detector: move is_possible_* function to contract.has_an_erc*_function 6 years ago
Josselin cda075ac2f Minor 6 years ago
Josselin d1dbef483d Improve too many digits detector. Fix travis test 6 years ago
Josselin fbd1ddb5fc - Improve literals parsing and Constant conversion: 6 years ago
David Pokora 89b0dd417e
-Added `additional_fields` field to JSON result + element output 6 years ago
Josselin b209758a7d Add slither._add_source_code function 6 years ago
David Pokora 26609db2fd
Fixes an regression issue with line/column number calculations (resolves #218) 6 years ago
Josselin 0d4f42811a Fix bugs in call graph printer 6 years ago
Josselin b6af826a83 Improve travis tests: 6 years ago
Gilles de Bordeaux ec73250981 Added the new “too-many-digits” detector 6 years ago
David Pokora 7238e9b033
-Relaxed erc20-interface detector to report incorrect function signatures even if the function was not declared in that contract immediately 6 years ago
David Pokora 8d2a2ce09c
Fix false positives as a result of ERC721 interfaces appearing similar to ERC20. 6 years ago
Josselin e66db801a2 function-ids printer: fix incorrect type in case of multi-dim arrays 6 years ago
David Pokora d9d960fa9c
Fix functionid printer to account for getters having parameters (key is input in mappings, uint256 index is input for arrays). 6 years ago
Josselin 97b4f5cc7c Add 3 new type of tests for travis: 6 years ago
Josselin 12cdcc2e87 Re-add --solc-ast 6 years ago
Josselin ac82e1fc0c Update to crytic-compile d90d8372d2826fb310ff83e87e4fa9ea0d553ae3 6 years ago
David Pokora 93368c1ff8
Fixed a typo in the _compute_line function documentation. 6 years ago
David Pokora a729d1d19e
Added starting/ending columns to source mapping entries. 6 years ago
Josselin 3a65367fd2 Update to crytic-compile 4ff24b811095a8d64a16a54e666b59aec2d924da 6 years ago
Josselin 0856f1ad60 Use crytic_compile.is_supported to test compatibility 6 years ago
Josselin 88a6ced3af rtlo detector: minor modifs 6 years ago
Shahar Zini 349e9f7f20 Add right-to-left-override character (U+202E) detection 6 years ago
Josselin 531adabf18 WIP: use crytic-compile 6 years ago
Josselin 40ee332e8a Minor 6 years ago
Josselin 5efbe05f3f Typo + add --embark-ignore-compile flag 6 years ago
Josselin ee1b4c251d Refactor Slither entry point: a Slither object will now detect by itself 6 years ago
Josselin 75658ec2f2 Fix incorrect embark plugin name 6 years ago
Josselin b3cd1ee15b Update to @trailofbits/embark-contract-info v1.0.0 6 years ago
Josselin 2ddb9bbd28 Update embark directory 6 years ago
Josselin 605ea7f847 Add support for 'selector' Solidity keyword 6 years ago
Josselin 202bf27222 Add support for 'selector' Solidity keyword 6 years ago
Josselin b372621a0a Embark plugin: 6 years ago
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