It is mentioned in the contest page that USDC is allowed in the pools. Thus when liquidations are closed, there is a check to ensure that the remaining debt is small. This check is as follows:
if(userDebt <= 1e6) continue close liquidation;
But this is a problem for tokens like USDC, which means that for every liquidation a loss of $1 is taken by the lenders/protocol.
many such closed liquidations will add up, and the lenders may not get paid the proper interest they are owed.
manual review
reduce the DUST_THRESHOLD to a more acceptable value.
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.