There is no check for the arbiterFee is not zero.
Add below code snippet in the constructor of Escrow.sol =>
if (arbiterFee == 0) revert Escrow__FeeZero();
Add below error in the IEscrow.sol =>
error Escrow__FeeZero();
If arbiter fee is zero, where arbitrator is not paid for their services.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.