Description
Under normal circumstances the usage of transferFrom() in the function withdraw() in AaveV3Strategy and in GReservePool would revert as it would be necessary for the contract to approve itself.
When transferring its own funds it should use .call() instead. WAVAX does not revert in this instance but other tokens would.
Status
Currently being reviewed by the team.