🧁 make it pretty

This commit is contained in:
bt3gl 2022-09-21 18:16:22 -07:00 committed by GitHub
parent 1e56456d4b
commit 541148b2d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,18 +2,22 @@
<br>
In this directory:
### Vulns
<br>
* [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)
<br>
---
### Notes
* [A guide for pentesting](pentesting.md)
* [Random security notes](random-notes.md)