mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-13 17:32:54 -04:00
Update proxies.md
This commit is contained in:
parent
c461ed0682
commit
618fa82c18
1 changed files with 16 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
## Proxies
|
||||
## 🐊 Proxies
|
||||
|
||||
<br>
|
||||
|
||||
|
@ -21,8 +21,23 @@
|
|||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### Unitialized proxy bug
|
||||
|
||||
<br>
|
||||
|
||||
* Developers might leave proxies unitialized - this can be a problem when it leads to changes such as granting ownership to the caller
|
||||
* the owners of the contract can upgrade the implementation contract
|
||||
* this bug can lead to the self-destruction of the implementation contract (proxy contract is bricked)
|
||||
|
||||
|
||||
---
|
||||
|
||||
### Resources
|
||||
|
||||
<br>
|
||||
|
||||
* [Wormhole bridge protocol](https://github.com/immunefi-team/wormhole-uninitialized)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue