constructor(address _contractOwner) {
LibDiamond.setContractOwner(_contractOwner);
Lacks in constructor basic check the address value if not zero etc
Can deploy crippled protocol and lost funds.
Losing ether, not knowing that Diamond proxy is not fully owned and operational.
slither, code review, forge
Do the checks of constructor data.
against address 0x0 and similar.
Invalid as per docs https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity
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.