Skip to content
Request an audit

‹ All findings

Ownable2Step is recommended over Ownable

Low/InfoOstium·Three Sigma · RWA perpetuals DEX · 19th February, 20243S-OS-L9

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