Submitted by0xRajeev
Overly permissive access control to lets anyone approve max amount. This may be ok but is inconsistent with SwappableYieldSource.sol where the similar function is onlyOwner.
onlyOwner. See issue page for referenced code.
Recommend checking requirements/spec and ensure this is ok or else add Ownable inheritance to enforce onlyOwner for this function.
PierrickGT (PoolTogether) confirmed patched:
