Link to instance
The function proposeUSDPrice() does not check if a token contract is inactive. This allows the price feed role to update the prices for tokens that have been marked as inactive by the admin.
Solution: In _execUSDPriceUpdate(), consider checking inactive tokens and skip their price updates.  
