Create delegatecall-notes.md

This commit is contained in:
bt3gl 2022-06-21 17:26:08 -07:00 committed by GitHub
parent 27d172afb8
commit 47fdada063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,12 @@
# Attacks via code injection with `DELEGATECALL`
<br>
### Learning resources
<br>
* [SWC docs on DELEGATECALL](https://swcregistry.io/docs/SWC-112)
* [Sigma Prime post on DELEGATECALL](https://blog.sigmaprime.io/solidity-security.html#delegatecall)