Skip to content
New issue

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

Beebots.tokenURI() References A Non-Existent Domain at "TODO" #78

Open
code423n4 opened this issue May 1, 2021 · 0 comments
Open

Beebots.tokenURI() References A Non-Existent Domain at "TODO" #78

code423n4 opened this issue May 1, 2021 · 0 comments
Labels
1 (Low Risk) bug Something isn't working duplicate This issue or pull request already exists

Comments

@code423n4
Copy link
Contributor

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.

@code423n4 code423n4 added 1 (Low Risk) bug Something isn't working labels May 1, 2021
code423n4 added a commit that referenced this issue May 1, 2021
@dangerousfood dangerousfood added the duplicate This issue or pull request already exists label May 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 (Low Risk) bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants