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)