Cannot change tokenUri
#179
Labels
1 (Low Risk)
Assets are not at risk. State handling, function incorrect as to spec, issues with comments
bug
Something isn't working
sponsor disputed
Sponsor cannot duplicate the issue, or otherwise disagrees this is an issue
Handle
cmichel
Vulnerability details
The
NestedAsset.backfillTokenURI
function can only be called by the factory but the factory never calls it.Impact
Unused code can hint at programming or architectural errors.
When minting tokens (using
mint
) it sets notokenURI
and there's currently no way to set it anymore.Recommended Mitigation Steps
Add a way to use
backfillTokenURI
.The text was updated successfully, but these errors were encountered: