In SoulboundProfileNFT
contract blockProfile()
function only burns the profile of user and not actually block the address.
A blocked user can create same profile with same address which makes blocking a profile useless.
Here we are blocking user as a owner
the user is block and her profile is burned
But she can mint same profile using same address again
In SoulboundProfileNFT
contract we need to add a mapping which checks if the address is blocked or not.
And we should check if the address is blocked while minting profile
And for that we need to update mintProfile
and blockProfile
function.
Likelihood: Low, any blocked users. Impact: High, not really blocked.
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.