The parameters passed to the createAuction function are not validated. This could lead to unintended behaviors, such as the auction being created with zero tokens or an invalid bidding time.
https://github.com/Cyfrin/2024-08-fjord/blob/main/src/FjordAuctionFactory.sol#L52
Manually
Add validations for the auctionToken, biddingTime, and totalTokens parameters to ensure they are within acceptable ranges.
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.