In the original implementation, ChainLink price updating could fail due to rigorous 60 minutes heartbeat checking.
Mitigation
commit 8e3231d
The mitigation removed the whole stablecoin framework: /stablecoin, /price_feed, WBTC/WETH collateral, PriceAggregator, price feeds and USDS.
The original issue was resolved since the flaw function and affected modules had been entirely removed.
Lines of code
Vulnerability details
Comments
In the original implementation, ChainLink price updating could fail due to rigorous 60 minutes heartbeat checking.
Mitigation
commit 8e3231d The mitigation removed the whole stablecoin framework: /stablecoin, /price_feed, WBTC/WETH collateral, PriceAggregator, price feeds and USDS. The original issue was resolved since the flaw function and affected modules had been entirely removed.
Conclusion
Confirmed