Description:
LoopedVault::maxMint() is not overriden and does not comply with ERC4626 as there is a deposit cap. LoopedVault::maxRedeem() is also not overriden, though this functionality has been removed and is now 2 step, which means that it has no impact.
Recommended Mitigation:
Consider overriding maxMint().
0xSimao:
Fixed in #2a378db.