Skip to content

fix(proxy): add zero address check to upgradeTo#354

Open
Sertug17 wants to merge 1 commit into
base:mainfrom
Sertug17:fix/proxy-zero-address-check
Open

fix(proxy): add zero address check to upgradeTo#354
Sertug17 wants to merge 1 commit into
base:mainfrom
Sertug17:fix/proxy-zero-address-check

Conversation

@Sertug17

Copy link
Copy Markdown

If admin accidentally calls upgradeTo(address(0)), the proxy would
revert on all non-admin calls. Add a require statement to catch this
at the upgradeTo call site instead, preventing accidental DOS.

If admin accidentally calls upgradeTo(address(0)), the proxy would
revert on all non-admin calls. Add a require statement to catch this
at the upgradeTo call site instead, preventing accidental DOS.

Closes #3835
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 1
Sum 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants