Update security_checks.md

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

@ -18,4 +18,5 @@
|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)|
|User require() instead of assert() | Use `assert()` only to check against states which should be completely unreachable. This facilitates static analysis using solidity's built-in SMTChecker. For more information, refer to the documentation. | | [Solidity docs](https://solidity.readthedocs.io/en/develop/control-structures.html#error-handling-assert-require-revert-and-exceptions)|

Loading…
Cancel
Save