Submitted by ych18, also found by MaratCerby, robee, and defsec
When trying to call SuperVault.executeOperation  the transaction reverts. This is because the call to asset.approve() in line{97} doesnt match the expected function signature of approve() on the target contract like in the case of USDT.
This issue exists in any call to approve function when the asset could be any ERC20.
Recommendation : consider using safeApprove of OZ
m19 (Mimo DeFi) acknowledged
gzeoneth (judge) decreased severity to Medium and commented:
