Address target in L1BossBridge#sendToL1() could be zero address.
Value of address target in L1BossBridge#sendToL1() could be zero address and call() method returns True if account called is non-existent. If the message input is not correct, the call to L1BossBridge#sendToL1() will not revert.
The call to L1BossBridge#sendToL1() will not revert, but the token still not be sent to L1 blockchain successfully, lead to waste of transaction fee.
Manual review.
Add require condition to check for zero address after line 119 of L1BossBridge.sol contract as below:
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.