From 541148b2d90daf5e86d57a35e891e2899f0fd077 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:16:22 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=81=20make=20it=20pretty?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Smart-Contract-Security/README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Smart-Contract-Security/README.md b/Smart-Contract-Security/README.md index 09e2596..3811cf2 100644 --- a/Smart-Contract-Security/README.md +++ b/Smart-Contract-Security/README.md @@ -2,18 +2,22 @@
-In this directory: + +### Vulns
- -* [Notes on code injection via `delegatecall`](delegatecall-notes.md) -* [Notes on reentrancy](reentrancy-notes.md) -* [Notes on arithmetic bugs](arithmetic-bugs-notes.md) -* [Notes on DDoS attacks](ddos-notes.md) +* [Code injection via `delegatecall`](delegatecall-notes.md) +* [Reentrancy](reentrancy-notes.md) +* [Arithmetic bugs](arithmetic-bugs-notes.md) +* [DDoS attacks](ddos-notes.md)
+--- + +### Notes + * [A guide for pentesting](pentesting.md) * [Random security notes](random-notes.md)