Recommendation:
We advise the StrategyV5Chainlink::setPriceFeed function to ensure that the feedByAsset[_address] entry is zero, and to utilize a different variable to track whether the _feed has been configured to be validated as such.
Acknowledged - This function is used to update an asset price feed, so we purposely won't revert if a previous feed already exists in the mapping.
eg.: USDC price feed is used for USDCe, up until a USDCe dedicated price feed goes live, and we're better off using this one that factors-in the bridge risk
Acknowledged - This function is used to update an asset price feed, so we purposely won't revert if a previous feed already exists in the mapping.
eg.: USDC price feed is used for USDCe, up until a USDCe dedicated price feed goes live, and we're better off using this one that factors-in the bridge risk