KryptoniteDAO / krp-cdp-contracts

Kryptonite stable coin kUSD relevant contracts
0 stars 0 forks source link

Unchecked safe ratio #16

Closed smithmonnnnnnn closed 10 months ago

smithmonnnnnnn commented 11 months ago

Description: "The instantiate and update_config functions from liquidation_queue contract do not verify that safe_ratio is lower than 1. If it is mistakenly set to a value greater than 1, some unexpected results could appear or even a panic when querying about liquidation amount.

Code Location: "krp-cdp-contracts/contracts/liquidation_queue/src/contract.rs#L38, L207-L209