Use a two-step ownership transfer approach
There is method with the onlyOwner modifier in Beedle.sol and Staking.sol also uses Ownalbe library which shows that the owner role is an important one.Make sure to use a two-step ownership transfer approach by using Ownable2Step from OpenZeppelin as opposed to Ownable as it gives you the security of not unintentionally sending the owner role to an address you do not control.
setFeeReceiver function in Lender.sol also uses single step tranfer of feeReceiver role.Use two-step transfer for important roles.
Low
use a two-step onwership transfer approach by using Owanble2Step from OpenZeppelin as opposed to Ownable.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.