Update security_checks.md

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

@ -1,11 +1,13 @@
# Smart Contract Security Issues
| Issue | Description | Mythril Detection Module(s) |
| Issue | Description | Mythril Detection Module(s) |
|------:|-------------|------------|
|Unprotected functions| | [unchecked_suicide](mythril/analysis/modules/unchecked_suicide.py), [ether_send](mythril/analysis/modules/ether_send.py) |
|Missing check on CALL return value| | [unchecked_retval](mythril/analysis/modules/unchecked_retval.py)
|Re-entrancy| | |
|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) |
|Type confusion| | |
|Predictable RNG| | |

Loading…
Cancel
Save