From 69d1bb94dc21747b48b8c246ecaa31627ba3fafa Mon Sep 17 00:00:00 2001
From: "steinkirch.eth, phd" <1130416+mvonsteinkirch@users.noreply.github.com>
Date: Mon, 19 Jun 2023 09:26:21 -0700
Subject: [PATCH] Update and rename advanced_expert/vulnerabilities/ddos.md to
advanced_expert/vulnerabilities/ddos/README.md.
---
advanced_expert/vulnerabilities/ddos.md | 30 -------------------
.../vulnerabilities/ddos/README.md. | 30 +++++++++++++++++++
2 files changed, 30 insertions(+), 30 deletions(-)
delete mode 100644 advanced_expert/vulnerabilities/ddos.md
create mode 100644 advanced_expert/vulnerabilities/ddos/README.md.
diff --git a/advanced_expert/vulnerabilities/ddos.md b/advanced_expert/vulnerabilities/ddos.md
deleted file mode 100644
index 555f9ea..0000000
--- a/advanced_expert/vulnerabilities/ddos.md
+++ /dev/null
@@ -1,30 +0,0 @@
-## DDoS attacks on the context of blockchains
-
-
-
-### Failed Call
-
-
-
-* [DDoS with Failed Call](https://swcregistry.io/docs/SWC-113)
-
-
-
-
-### Block gas limit
-
-
-
-* [Block gas limit by SWC registry](https://swcregistry.io/docs/SWC-128)
-* [Gas limit and loops on Solidity docs](https://docs.soliditylang.org/en/latest/security-considerations.html#gas-limit-and-loops)
-* [External Calls without Gas Stipends]()
-
-
-
-
-### Learning references
-
-
-
-* [Sigma Prime post](https://blog.sigmaprime.io/solidity-security.html#dos)
-* [Not so smart contract](https://github.com/crytic/not-so-smart-contracts/tree/master/denial_of_service)
diff --git a/advanced_expert/vulnerabilities/ddos/README.md. b/advanced_expert/vulnerabilities/ddos/README.md.
new file mode 100644
index 0000000..7d6da7d
--- /dev/null
+++ b/advanced_expert/vulnerabilities/ddos/README.md.
@@ -0,0 +1,30 @@
+## DDoS attacks on the context of blockchains
+
+
+
+### failed call
+
+
+
+* [DDoS with failed call](https://swcregistry.io/docs/SWC-113)
+
+
+
+
+### block gas limit
+
+
+
+* [block gas limit by SWC registry](https://swcregistry.io/docs/SWC-128)
+* [gas limit and loops on solidity docs](https://docs.soliditylang.org/en/latest/security-considerations.html#gas-limit-and-loops)
+
+
+
+
+
+### references
+
+
+
+* [sigma prime post](https://blog.sigmaprime.io/solidity-security.html#dos)
+* [not so smart contract](https://github.com/crytic/not-so-smart-contracts/tree/master/denial_of_service)