Unique salt should be used
The FjordAuctionFactory
contract deploys new factory contracts using create2
.
However, the salt used does not include msg.sender
which means that the salt is not unique.
Manual Review,
Remix IDE
Consider including msg.sender
in the salt
used for createAuction()
to ensure each user's deployed auction is unique to them.
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.