NativeMetaTransaction is using ecrecover directly in order to verify the signature.
I would recommend using ECDSA.sol from openzeppelin as it does some more verifications in order to validate the signature is valid.
Being this such an important thing, any extra verification is needed.
Handle
a_delamo
Vulnerability details
Impact
NativeMetaTransaction
is using ecrecover directly in order to verify the signature. I would recommend using ECDSA.sol from openzeppelin as it does some more verifications in order to validate the signature is valid.Being this such an important thing, any extra verification is needed.