Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

uniswap/continuous-clearing-auction
main @ 6c9e559
10
Fixes
0
CVEs
HIGH
Peak severity
50.0%
Coverage
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.