VoterID tokens can be minted to non-ERC721 receivers in VoterID#createIdentityFor.
VoterID#createIdentityFor
Suggestion: check checkOnERC721Received in createIdentityFor. This callback introduces a reentrancy vector, so take care to ensure callers of createIdentityFor use a reentrancy guard or follow checks-effects-interactions:
