Ownable.sol is initialized without an input address for the initialOwner
From openzeppelins Ownable.sol contract an address is inputed into the constructor to initialize the first owner.
But in ProxyFactory.sol contract, no input value is passed in when ownable is called.
This missing input value may cause failure in deployment and other unforseen issues.
Manual Review
An appropriate input value should be added to ensure proper functioning.
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.