SoulboundProfileNFT::tokenURI do not return the correct token metadata, it missing the prefix data:application/json;base64, for base64 encoded metadata, makes users can not easily check people's profiles_baseURI() function is not overrided, it returns empty string by default. Thus, SoulboundProfileNFT::tokenURI do not return the correct token metadata, it missing the prefix data:application/json;base64, for base64 encoded metadata.
Likelihood: High
Every time the tokenURI function is called, this gonna happen!
Impact:
User can not easily check another user's profile by tokenId, cuz tokenURI function can not render the metadata correctly.
User mint the profile
User call tokenURI function to check the profile
We can override the _baseURI() function to return the correct prefix.
The contest is live. Earn rewards by submitting a finding.
Submissions are being reviewed by our AI judge. Results will be available in a few minutes.
View all submissionsThe contest is complete and the rewards are being distributed.