mirror of
https://github.com/autistic-symposium/blockchains-security-toolkit.git
synced 2025-06-16 10:49:14 -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>
|
<br>
|
||||||
|
|
||||||
|
@ -21,8 +21,23 @@
|
||||||
|
|
||||||
<br>
|
<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
|
### Resources
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
|
* [Wormhole bridge protocol](https://github.com/immunefi-team/wormhole-uninitialized)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue