Update security_checks.md

pull/72/head
Bernhard Mueller 7 years ago committed by GitHub
parent 978906c955
commit 6626e6907f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      security_checks.md

@ -16,4 +16,6 @@
|Predictable RNG| | [weak_random](mythril/analysis/modules/weak_random.py) | |
|Transaction order dependence| | | [Front Running](https://consensys.github.io/smart-contract-best-practices/known_attacks/#transaction-ordering-dependence-tod-front-running) |
|Information exposure| | | |
|Complex fallback function (uses more than 2,300 gas) | A too complex fallback function will cause send() and transfer() from other contracts to fail. To implement this we first need to fully implement gas simulation. | |
|Call depth attack| Deprecated! | | [EIP 150 Hard Fork](https://consensys.github.io/smart-contract-best-practices/known_attacks/#call-depth-attack-deprecated)|

Loading…
Cancel
Save