No check to prevent unauthorized person from cancelling request.
Inside Bridge.sol, In function cancelRequest() there is no access control modifier to ensure only authorized address can cancel the request.
Request can be canceled by anyone not having authorization.
Manual
Add onlyOwner modifier in function cancelRequest().
The process to cancel a message is detailed here: https://docs.starknet.io/architecture-and-concepts/network-architecture/messaging-mechanism/#l2-l1_message_cancellation Since `startRequestCancellation` has the `onlyOwner`, only the owner can begin that process.
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.