Use Ownable2Step rather than Ownable.
Ownable2Step and Ownable2StepUpgradeable prevent the contract ownership from mistakenly being transferred to an address that cannot handle it (e.g. due to a typo in the address), by requiring that the recipient of the owner permissions actively accept via a contract call of its own.
There are 2 instances of this issue:
File: 2023-07-beedle/src/Lender.sol
File: 2023-07-beedle/src/Staking.sol
Manual code review
Consider using Ownable2Step instead of 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.