Update security_checks.md

pull/30/head
Bernhard Mueller 7 years ago committed by GitHub
parent 8ef788cf51
commit d26d97354b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      security_checks.md

@ -7,7 +7,7 @@
|Re-entrancy| | | |Re-entrancy| | |
|Multiple transfers in a single transaction| | | | |Multiple transfers in a single transaction| | | |
|Function call to untrusted contract| | | | |Function call to untrusted contract| | | |
|Delegatecall or callcode to untrusted contract| | | | |Delegatecall or callcode to untrusted contract| | [delegatecall_forward](mythril/analysis/modules/delegatecall_forward.py), [delegatecall_to_dynamic.py](mythril/analysis/modules/delegatecall_to_dynamic.py) |
|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| | |

Loading…
Cancel
Save