-
MohammedRizwan
medium
# Unhandled chainlink revert would lock price oracle access
## Summary
Chainlink's latestAnswer() is used which could potentially revert and make it impossible to query any pr…
-
Diana
medium
# Use of deprecated chainlink function: latestAnswer()
## Summary
According to Chainlink’s documentation ([API Reference](https://docs.chain.link/data-feeds/price-feeds/api-refe…
-
We need a Chainlink external adapter that can validate the number of posts a specific Lens profile has created in a given time period. This will be used to validate that the agency is posting enough t…
-
ShadowForce
medium
# Chainlink price can return a negative number
## Summary
Chainlink price can return a negative number
## Vulnerability Detail
```solidity
int256 rawCollateralPrice = strategy.co…
-
Saeedalipoor01988
high
# The protocol assumes that the price received from Oracle is with 8 decimals
## Summary
[AaveLeverageStrategyExtension.sol](https://github.com/sherlock-audit/2023-05-…
-
ShadowForce
high
# Wrongly assume the token decimals is 18
## Summary
Wrongly assume the token decimals is 18
## Vulnerability Detail
very important
```solidity
struct ActionInfo {
uint256 col…
-
- [x] apply changes to external adapter to recieve data in `{"data": {"symbol": "bitcoin", "start_time": 1681919933, "end_time": 1681920353}}`instead of `{"symbol": "bitcoin", "start_time": 1681919933…
-
-
Avci
medium
# getVestedFraction missed to check If Arbitrum sequencer is down
## Summary
getVestedFraction PriceTierVestingSale_2_0.sol missed checking If Arbitrum sequencer is down
## Vuln…
-
As a reference: https://github.com/morpho-labs/blue/issues/226