From fd4a2ee8224a4d43d6bb57dc7d7f66532be7a3ed Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 24 Sep 2022 22:05:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=8E=20Attacks=20via=20code=20injection?= =?UTF-8?q?=20with=20`DELEGATECALL`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../{delegatecall-notes.md => delegatecall/README.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename vulnerabilities/{delegatecall-notes.md => delegatecall/README.md} (95%) diff --git a/vulnerabilities/delegatecall-notes.md b/vulnerabilities/delegatecall/README.md similarity index 95% rename from vulnerabilities/delegatecall-notes.md rename to vulnerabilities/delegatecall/README.md index 47351b5..3dcf257 100644 --- a/vulnerabilities/delegatecall-notes.md +++ b/vulnerabilities/delegatecall/README.md @@ -1,4 +1,4 @@ -# Attacks via code injection with `DELEGATECALL` +# Attacks via code injection with `DELEGATECALL`