Tame Foggy Pony
Medium
No response
Owner has more privileges than expected. According to README:
The owner can: Withdraw fees from the AutomationMaster Register oracles Set the min order size Set the max lending orders Register new sub keeper implementations
However, he can also cancel orders which is against the README:
function adminCancelOrder(uint96 orderId) external onlyOwner {
Order memory order = orders[orderId];
require(_cancelOrder(order), "Order not active");
}
No response
No response
No response
No response
No response
Allow owner actions that are according to his privileges