Open code423n4 opened 1 year ago
Attacker can frontrun deployers with setDrawManager call in order to set wrong draw manager address. I believe that this is not issue at all. Because in case of frontrunning contract can simply be redeployed.
setDrawManager
This issues is fixed. Deployer address is set on construction and is checked in the setDrawManager function.
Picodes marked the issue as satisfactory
Picodes marked the issue as confirmed for report
Lines of code
Vulnerability details
Issue mitigated
About the problem
Attacker can frontrun deployers with
setDrawManager
call in order to set wrong draw manager address. I believe that this is not issue at all. Because in case of frontrunning contract can simply be redeployed.Solution
This issues is fixed. Deployer address is set on construction and is checked in the
setDrawManager
function.