Chainlink returned answer/price can be negative
There is no check to revert if answers, prices form priceFeed which come as int256 values are negative.
This if ignored can result in critical errors in the protocol with usage of faulty pricing that affecting conversion,rebalances, leverage positioning etc. For the assets being used negative prices should not be allowed
Manual Analysis, Previous Audits, Chainlink Oracle Intergration Best Practises
//Check _latestAnswer an int256 value stored in response.answer is not negative( less than zero)
Very low likelihood -> evaluate the severity to LOW
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.