mirror of https://github.com/ConsenSys/mythril
parent
48b98ca267
commit
b78f4a9f8f
@ -1,15 +1,16 @@ |
|||||||
# Smart Contract Security Issues |
# Smart Contract Security Issues |
||||||
|
|
||||||
| Issue | Description | Detection | Mythril 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) | |
|Unprotected functions| | [unchecked_suicide](mythril/analysis/modules/unchecked_suicide.py), [ether_send](mythril/analysis/modules/ether_send.py) | |
||||||
|Re-entrancy| | | | |
|Missing check on CALL return value| | [unchecked_retval](mythril/analysis/modules/unchecked_retval.py) |
||||||
|
|Re-entrancy| | | |
||||||
|Multiple transfers in a single transaction| | | | |
|Multiple transfers in a single transaction| | | | |
||||||
|Integer overflow/underflow| | | | |
|Integer overflow/underflow| | | |
||||||
|Type confusion| | | | |
|Type confusion| | | |
||||||
|Predictable RNG| | | | |
|Predictable RNG| | | |
||||||
|Transaction order dependence| | | | |
|Transaction order dependence| | | | |
||||||
|Timestamp dependence| | | | |
|Timestamp dependence| | | |
||||||
|Information exposure| | | | |
|Information exposure| | | |
||||||
|Missing check on CALL return value| | | |
|
||||||
|Call depth attack| | | | |
|Call depth attack| | | |
||||||
|
Loading…
Reference in new issue