Closed code423n4 closed 3 years ago
cmichel
poolFactory.addCuratedPool does not fail if the pool is already curated. It also emits the AddCuratePool event again
poolFactory.addCuratedPool
AddCuratePool
The AddCuratePool should not be fired if the pool is already curated.
Fail if the pool is already curated.
Check needs to be added for this issue
Duplicate of #137
Handle
cmichel
Vulnerability details
poolFactory.addCuratedPool
does not fail if the pool is already curated. It also emits theAddCuratePool
event againImpact
The
AddCuratePool
should not be fired if the pool is already curated.Recommended Mitigation Steps
Fail if the pool is already curated.