Description
Ownable uses a dangerous pattern of setting the address without proper checks. This means that if a mistake is made and ownership is transferred to the wrong address, the owner functionalities would be forever lost.
Recommendation
Ownable2Step eliminates this risk by using a 2 step pattern by setting a pending governor and having it accept ownership.
Status
Acknowledged