Sparkn

CodeFox Inc.
DeFiFoundryProxy
15,000 USDC
View results
Submission Details
Severity: low

Consider disabling `renounceOwnership()`

Summary

Consider disabling renounceOwnership()

Vulnerability Details

If the plan for your project does not include eventually giving up all ownership control, consider overwriting OpenZeppelin's Ownable's renounceOwnership() function in order to disable it.

File: src/ProxyFactory.sol
37: contract ProxyFactory is Ownable, EIP712 {

Impact

DOS on important contract functionalities

Tools Used

Manual

Recommendations

Disable renounceOwnership()

Support

FAQs

Can't find an answer? Chat with us on Discord, Twitter or Linkedin.