code-423n4 / 2021-10-defiprotocol-findings

0 stars 0 forks source link

There may be no bounties or user is not interested in any of them #87

Open code423n4 opened 3 years ago

code423n4 commented 3 years ago

Handle

pauliax

Vulnerability details

Impact

function settleAuction could skip withdrawBounty if there are no bounties.

Recommended Mitigation Steps

if (bountyIDs.length > 0) { withdrawBounty(bountyIDs); }

GalloDaSballo commented 2 years ago

Agree with finding