mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-05-03 15:24:55 -04:00
Create ddos-notes.md
This commit is contained in:
parent
beb81d9e30
commit
7fc5f693ab
1 changed files with 30 additions and 0 deletions
30
Smart-Contract-Security/ddos-notes.md
Normal file
30
Smart-Contract-Security/ddos-notes.md
Normal file
|
@ -0,0 +1,30 @@
|
|||
## Notes on 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)
|
Loading…
Add table
Add a link
Reference in a new issue