In the abortBidTaker()
function, marketplace online status is not checked.
Here, there is no check for whether the marketplace is online or not.
abortBidTaker()
function can be called even when marketplace is offline which shouldn't be the case as every other functionality requires marketplace to be online.
Manual Analysis
Add the following check in the abortBidTaker()
function:
Informational, during emergencies, even if abortions are allowed, withdrawal can be paused and collateral cannot be pulled anyways (`whenNotPaused` modifier within `withdraw()`), so there is no impact here, given funds outflow can be paused.
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.