Description:
"An incorrect use of the execute_update_config or update_config functions in some contracts can set owner to an invalid address and inadvertently lose control of them, which cannot be undone in any way. The affected contracts are the following:
krp-cdp-contracts/central_control
krp-cdp-contracts/custody
krp-cdp-contracts/liquidation_queue
krp-cdp-contracts/reward_book
krp-cdp-contracts/stable_pool
It is recommended to split ownership transfer functionality into set_owner and accept_ownership functions. The latter function allows the transfer to be completed by the recipient."
Description: "An incorrect use of the
execute_update_config
orupdate_config
functions in some contracts can set owner to an invalid address and inadvertently lose control of them, which cannot be undone in any way. The affected contracts are the following:set_owner
andaccept_ownership
functions. The latter function allows the transfer to be completed by the recipient."