You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I will come back to this issue if time allows. Ownable.sol has been made such that you can't override transferOwnership() or the onlyOwner modifier.
This means the next best option would be changing to AccessControl.sol which is more effort than I think the benefit warrants given our current timescale.
Handle
cmichel
Vulnerability details
Vulnerability Details
The
uberOwner
cannot do the same things the owner can.They can "only" set the reference contract for the market.
The same ideas apply to
Treasury
andFactory
'suberOwner
.Impact
The name is misleading as it sounds like the uber-owner is more powerful than the owner.
Recommended Mitigation Steps
Uberowner should at least be able to set the owner if not be allowed to call all functions that an
owner
can.Alternatively, rename the
uberOwner
.The text was updated successfully, but these errors were encountered: