user validated input for auction length only checks the value not being 0, but, a for example 1s auctionLength can lead to a "instant" liquidation of the borrower losing its collateral, also resulting in an inability for anyone to participate in the dutch auction.
File: src/Lender.sol
´´´
// the only check to auctionLength
136: p.auctionLength == 0 ||
471: if (block.timestamp > loan.auctionStartTimestamp + loan.auctionLength)
472: revert AuctionEnded();
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.