The _create
function in SablierFlow.sol
does not currently check if the recipient address is set to the zero address (address(0)
), which is a requirement according to the documentation in the ISablierFlow.sol
interface. This missing check can lead to unintended behavior, as it allows flows to be created with an invalid recipient.
To resolve this issue, add a check in _create to ensure that the recipient address is not address(0). This validation will prevent flows from being created with an invalid recipient.
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.