LiquidationPool.claimRewards will not work with non standard erc20 tokens as it doesn't uses safe erc20 library.
claimRewards
function allows user to receive purchased token from liquidation. Those tokens can be any that are allowed for colateral. When function sends those token to the claimes, then it uses usual erc20 transfer, which expects to get bool result.
There are 2 problems here:
result is not checked to be true
tokens that don't return bool will revert in this call
According to 2 problems impact can be:
incorrect paymnent handling of rewards(when they were not actually paid)
dos of rewards claiming for a token
VsCode
Use some library like SafeERC20 to execute call.
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.