In the original implementation, The finalization of a voting-ended whitelisting proposal could be postponed by an in-progress whitelisting proposal due to incorrect loop checking.
Mitigation
commit ccf4368
The mitigation removed Proposals#tokenWhitelistingBallotWithTheMostVotes(). Any whitelisting proposal that has reached quorum with sufficient approval votes can be finalized immediately.
The original issue was resolved.
Lines of code
Vulnerability details
Comments
In the original implementation, The finalization of a voting-ended whitelisting proposal could be postponed by an in-progress whitelisting proposal due to incorrect loop checking.
Mitigation
commit ccf4368 The mitigation removed
Proposals#tokenWhitelistingBallotWithTheMostVotes()
. Any whitelisting proposal that has reached quorum with sufficient approval votes can be finalized immediately. The original issue was resolved.Conclusion
Confirmed