Merge branch 'master' of github.com:b-mueller/mythril

pull/30/head
Bernhard Mueller 7 years ago
commit 43b52f70df
  1. 3
      security_checks.md

@ -6,10 +6,13 @@
|Missing check on CALL return value| | [unchecked_retval](mythril/analysis/modules/unchecked_retval.py) |Missing check on CALL return value| | [unchecked_retval](mythril/analysis/modules/unchecked_retval.py)
|Re-entrancy| | | |Re-entrancy| | |
|Multiple transfers in a single transaction| | | | |Multiple transfers in a single transaction| | | |
|Function call to untrusted contract| | | |
|Delegatecall or callcode to untrusted contract| | | |
|Integer overflow/underflow| | [integer_underflow](mythril/analysis/modules/integer_underflow.py) | |Integer overflow/underflow| | [integer_underflow](mythril/analysis/modules/integer_underflow.py) |
|Type confusion| | | |Type confusion| | |
|Predictable RNG| | | |Predictable RNG| | |
|Transaction order dependence| | | | |Transaction order dependence| | | |
|Timestamp dependence| | | |Timestamp dependence| | |
|Information exposure| | | |Information exposure| | |
|Payable transaction does not revert in case of failure | | |
|Call depth attack| | | |Call depth attack| | |

Loading…
Cancel
Save