clober-dex / coupon-finance

Coupon Finance Solidity Contracts
Other
1 stars 0 forks source link

Consider using `Ownable2Step` instead of `Ownable` #111

Closed detectivekim closed 1 year ago

detectivekim commented 1 year ago

Details

OpenZeppelin has a new Ownable2Step contract that inherits Ownable which allows ownership transfers to be performed more securely in 2 steps.

Mitigation

Consider using Ownable2Step instead of Ownable for more secure ownership transfers.