Submitted by nikitastupin, also found by cmichel, defsec, leastwood, and WatchPug
ChainlinkAdapter.sol L49
The ChainlinkAdapter calls out to a Chainlink oracle receiving the latestRoundData(). If there is a problem with Chainlink starting a new round and finding consensus on the new value for the oracle (e.g. Chainlink nodes abandon the oracle, chain congestion, vulnerability/attacks on the chainlink system) consumers of this contract may continue using outdated stale or incorrect data (if oracles are unable to submit no new round is started).
Recommend adding the following checks:
ryuheimat (Mochi) confirmed
