enableLiquidationAndRedeeming is pausing both redemptions and liquidations
Those 2 operations have a very different purpose, with redemptions helping with the peg and acting as a pre-liquidation and liquidations being a necessary tool to make the system work
Due to this, liquidations should never be disabled unless a major bug was discovered
Mitigation
Separate enableLiquidationAndRedeeming to disable redemptions and liquidations separately
Impact
enableLiquidationAndRedeeming
is pausing both redemptions and liquidationsThose 2 operations have a very different purpose, with redemptions helping with the peg and acting as a pre-liquidation and liquidations being a necessary tool to make the system work
Due to this, liquidations should never be disabled unless a major bug was discovered
Mitigation
Separate
enableLiquidationAndRedeeming
to disable redemptions and liquidations separately