The LiquidationPool contract does not have the function of receiving ETH tokens. The ClaimRewards function sending eth never succeeds, resulting in a loss of funds.
https://github.com/Cyfrin/2023-12-the-standard/blob/main/contracts/LiquidationPool.sol#L172
This line of code sends the eth of the LiquidationPool contract to the msg.sender address, and the amount is _rewardAmount. However, this contract does not have the function of receiving eth tokens, which will cause the eth tokens in the LiquidationPool contract to be permanently locked.
eth tokens permanently locked.
Manual review
Add the function of receiving eth tokens in the LiquidationPool contract:
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.