Summary: Analyzed for common Solidity vulnerabilities related to contract deployment.
Vulnerability Details:
Delegatecall Risks: SWC-114: Use of delegatecall
for deploying contracts may introduce risks if not handled carefully.
Severity: High
Line: 104
Upgradeability Checks: SWC-112: Potential risk in allowing unauthorized upgrades.
Severity: High
Line: 85
Impact: Could result in unauthorized deployments or state corruption.
Tools Used: Manual code inspection.
Recommendations:
Delegatecall Fix: Ensure strict checks before using delegatecall
.
Upgradeability Fix: Apply strict access control and checks.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.