We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jvaqa
Beebots.tokenURI() References A Non-Existent Domain at "TODO"
Beebots.tokenURI() is rendered unusable until it is replaced with a proper domain.
The tokenURI has seemingly not been implemented, because the web address provided is "todo".
Replace the following line:
return string(abi.encodePacked("https://todo/", toString(_tokenId)));
With the appropriate Beebots domain.
The text was updated successfully, but these errors were encountered:
jvaqa issue #78
ee7115a
No branches or pull requests
Handle
jvaqa
Vulnerability details
Impact
Beebots.tokenURI() References A Non-Existent Domain at "TODO"
Beebots.tokenURI() is rendered unusable until it is replaced with a proper domain.
Proof of Concept
The tokenURI has seemingly not been implemented, because the web address provided is "todo".
Recommended Mitigation Steps
Replace the following line:
return string(abi.encodePacked("https://todo/", toString(_tokenId)));
With the appropriate Beebots domain.
The text was updated successfully, but these errors were encountered: