The contracts SablierV2MerkleLL.sol
and SablierV2MerkleLT.sol
do not verify the length of the merkleProof
bytes32 array that is passed as parameter in claim
function.
This vulnerability does not threaten the security of the protocol, but is a common development practice to verify the length of the merkleProof
when a contract interacts with Merkle Trees and also saves gas costs.
Manual review
Consider verifying the length of the merkleProof
bytes32 array that is passed as parameter in claim
function of SablierV2MerkleLT.sol
and SablierV2MerkleLL.sol
contracts :
https://docs.codehawks.com/hawks-auditors/how-to-determine-a-finding-validity
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.