https://github.com/Cyfrin/2023-07-escrow/blob/main/src/EscrowFactory.sol#L45
The creator of the escrow has control over the arbiter address of the escrow, they buyer could set the address of the arbiter to one they control.
Arbiter address used in creation of the escrows should be within a known whitelisted third party that can be relied upon both by the buyer and the seller.
This would help eliminate trust issues regarding the selection of an arbiter.
https://github.com/Cyfrin/2023-07-escrow/blob/main/src/Escrow.sol#L37
if the arbiter address is set to address zero all funds within the contract are locked forever in case of a dispute.
When creating an escrow all parameters are checked not but the arbiter address is not check.
The arbiter address is a key component with the escrow.
check that arbiter address is not zero.
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.