Highlights
Logic Error: 6 prior fixes. Scrutinize any change in this area.
src/Auction.sol: most-fixed (5 issues). Treat as high-risk during review.
7 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns
The bug types that recur here, drawn from past fixes, not open vulnerabilities.
Access Control: Sweep functions lacked authorization, allowing any caller to trigger fund/token transfers.
Logic Error: Incorrect unsold token calculation due to missing totalCleared tracking could enable theft.
Logic Error: Rounding error in calculateFill allowed attackers to receive more tokens than intended.