Last active
October 28, 2018 17:15
-
-
Save TrevorJTClarke/6483f0a1be24605916bcfc8d837fc68b to your computer and use it in GitHub Desktop.
Smart Contract Audit Vulnerabilities
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vulnerability | Count | |
---|---|---|
Integer Overflow | 100,635 | |
Message CALL to External Contract | 84,964 | |
Exception State | 8,908 | |
Multiple CALLs | 518 | |
DELEGATECALL to a User-Supplied Address | 458 | |
Unchecked CALL return value | 224 | |
Use of tx.origin | 185 | |
Integer Underflow | 173 | |
Ether Send | 125 | |
Transaction Order Dependence | 108 | |
Dependence on Predictable Environment Variable | 78 | |
State Change after External Call | 65 | |
Unchecked SUICIDE | 36 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment