There is 1 instance of this issue:
https://github.com/open-dollar/od-contracts/blob/f4f0246bb26277249c1d5afe6201d4d9096e52e6/src/contracts/oracles/CamelotRelayer.sol#L91C1-L101C4
On Line 93, the comment mentions that the read() function should revert with OLD! if the pool does not have enough cardinality or initialized history. But there is no check done for the cardinality, which can return an incorrect quote.
Solution:
