Submitted by WatchPug
https://github.com/code-423n4/2022-05-factorydao/blob/db415804c06143d8af6880bc4cda7222e5463c0e/contracts/SpeedBumpPriceGate.sol#L43
If priceIncreaseDenominator is set to 0 when addGate(), in passThruGate() the tx will revert at L72 because of div by 0.
https://github.com/code-423n4/2022-05-factorydao/blob/db415804c06143d8af6880bc4cda7222e5463c0e/contracts/SpeedBumpPriceGate.sol#L71-L72
Consider adding a check in addGate() to require priceIncreaseDenominator > 0.
illuzen (FactoryDAO) acknowledged, disagreed with severity and commented:
Justin Goro (judge) commented:
