Submitted by 0x29A, also found by minhquanym
https://github.com/code-423n4/2022-06-yieldy/blob/main/src/contracts/BatchRequests.sol#L16
https://github.com/code-423n4/2022-06-yieldy/blob/main/src/contracts/BatchRequests.sol#L36
https://github.com/code-423n4/2022-06-yieldy/blob/main/src/contracts/BatchRequests.sol#L91
It is possible to get an out-of-gas issue while iterating the for loop.
Please take a look at this link.
Lets say I want to run the function on BatchRequests.sol#L14 and I got a lot of contracts pending for withdrawal.
Use this pattern;
0xean (Yieldy) acknowledged 
