Its possible to call the method addAssetOracle multiple times with the same _asset, if you call addAssetOracle with empty _oracle it will bypass the assetOracles[_asset] == address(0), and it will be possible to call again the addAssetOracle with different values. It will produce a mismatch with the reality and assets
It is mandatory to add a require to verify that the _oracle is not empty.
