Update and rename security.md to security/README.md

This commit is contained in:
bt3gl 2022-04-07 22:16:14 +04:00 committed by GitHub
parent a32ba912a8
commit 3d3592c08b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,8 @@
## Basic security
## ☠️ Security
----
### Basic security notes
* `tx.origin` is used: you want to replace it by “msg.sender” because otherwise any contract you call can act on your behalf.