From 3d3592c08b4b998843d23c4114d83d7e326c7b0b Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Thu, 7 Apr 2022 22:16:14 +0400 Subject: [PATCH] Update and rename security.md to security/README.md --- security.md => security/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) rename security.md => security/README.md (94%) diff --git a/security.md b/security/README.md similarity index 94% rename from security.md rename to security/README.md index e584913..3e2a7c1 100644 --- a/security.md +++ b/security/README.md @@ -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.