From 6c415b98ea4c8d8064cbc71e359c269411c58541 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Fri, 23 Sep 2022 07:12:36 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=A5=AC=20smart=20contract=20vulnerabiliti?= =?UTF-8?q?es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- smart_contracts_vulnerabilities/README.md | 33 +++++++++++------------ 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/smart_contracts_vulnerabilities/README.md b/smart_contracts_vulnerabilities/README.md index 72a05fd..3ea182a 100644 --- a/smart_contracts_vulnerabilities/README.md +++ b/smart_contracts_vulnerabilities/README.md @@ -1,37 +1,36 @@ -## ☠️ Smart Contract Security +## 🥬 smart contract vulnerabilities
-### Vulns +#### vulns
-* [Code injection via `delegatecall`](delegatecall-notes.md) -* [Reentrancy](reentrancy-notes.md) -* [Arithmetic bugs](arithmetic-bugs-notes.md) -* [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) +#### notes +
+ + +* [a guide for pentesting](pentesting.md) +* [random security notes](random-notes.md)
---- + +#### resources
-### Other attacks and exploits - -
- -* [List of DeFi Hacks & Exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits) +* [list of defi hacks & exploits](https://github.com/SunWeb3Sec/DeFiHackLabs/#list-of-defi-hacks--exploits)