Incorrect EIP712 implementation
The implementation of EIP712 in the deployProxyAndDistributeBySignature() deviates from the EIP712 standard due to the following reasons:
No typehash is included
bytes
data type is used directly instead of using the keccak256 hash of their contents
https://eips.ethereum.org/EIPS/eip-712
Possible failure when the user tries to sign using existing libraries
Manual review
Follow the EIP712 guidelines
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.