Submitted by danb
https://github.com/code-423n4/2022-05-factorydao/blob/main/contracts/MerkleIdentity.sol#L124
https://github.com/code-423n4/2022-05-factorydao/blob/main/contracts/MerkleIdentity.sol#L98
This line checks that the index is valid.
However, the trees start at index 1, therefore index 0 should fail this check, but it doesnt.
change to:
illuzen (FactoryDAO) acknowledged, disagreed with severity and commented:
illuzen (FactoryDAO) resolved:
