missing rebalanceLiquidity() after users repay or liquidated.
LendingPool implements a feature that whenever there is a balance change, such as deposit, borrow, or withdraw, liquidity must be rebanlanced between the buffer and the vault to maintain a desired buffer ratio so users can have enough in time asset to withdraw. However this feature is lacking after repay() or finalizeLiquidation() action.
Some amount of tokens(crvUSD) may be left in reserve which will not be deposited into vault to earn yields.
manual
consider add rebanlanceLiquidity() after _repay()/finalizeLiquidation() method.
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.