Closed code423n4 closed 3 years ago
cmichel
Description: safeApprove is now deprecated, see this comment.
safeApprove
As per OpenZepplin documentation “whenever possible, use safeIncreaseAllowance and safeDecreaseAllowance instead”.
safeIncreaseAllowance
safeDecreaseAllowance
Duplicate of https://github.com/code-423n4/2021-07-pooltogether-findings/issues/47
Handle
cmichel
Vulnerability details
Description:
safeApprove
is now deprecated, see this comment.Recommended Mitigation Steps
As per OpenZepplin documentation “whenever possible, use
safeIncreaseAllowance
andsafeDecreaseAllowance
instead”.