mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-31 04:25:14 -04:00
Update and rename advanced_expert/vulnerabilities/ddos.md to advanced_expert/vulnerabilities/ddos/README.md.
This commit is contained in:
parent
283fc69c42
commit
69d1bb94dc
2 changed files with 30 additions and 30 deletions
|
@ -1,30 +0,0 @@
|
|||
## DDoS attacks on the context of blockchains
|
||||
|
||||
<br>
|
||||
|
||||
### Failed Call
|
||||
|
||||
<br>
|
||||
|
||||
* [DDoS with Failed Call](https://swcregistry.io/docs/SWC-113)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### Block gas limit
|
||||
|
||||
<br>
|
||||
|
||||
* [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]()
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### Learning references
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
30
advanced_expert/vulnerabilities/ddos/README.md.
Normal file
30
advanced_expert/vulnerabilities/ddos/README.md.
Normal file
|
@ -0,0 +1,30 @@
|
|||
## DDoS attacks on the context of blockchains
|
||||
|
||||
<br>
|
||||
|
||||
### failed call
|
||||
|
||||
<br>
|
||||
|
||||
* [DDoS with failed call](https://swcregistry.io/docs/SWC-113)
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### block gas limit
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
||||
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
### references
|
||||
|
||||
<br>
|
||||
|
||||
* [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)
|
Loading…
Add table
Add a link
Reference in a new issue