In Sponsorable.sol is using erecover directly to verify the signature.
Since it is a critical piece of the protocol, it is recommended to use the ECDSA from openzeppelin as it does more validations when verifying the signature.
ZeframLou (88mph) confirmed:
