On several locations in the code precautions are taken not to divide by 0, because this will revert the code. However on some locations this isnt done.
Oracle price is not checked. That will cause to revert on the several functions.
Navigate to the following contract:
https://github.com/code-423n4/2022-02-hubble/blob/main/contracts/Oracle.sol#L34
Recommend making sure division by 0 wont occur by checking the variables beforehand and handling this edge case.
