Upgraded Q -> M from 74 [1654474712630] #336
Labels
2 (Med Risk)
Assets not at direct risk, but function/availability of the protocol could be impacted or leak value
bug
Something isn't working
duplicate
This issue or pull request already exists
upgraded by judge
Judge has assessed an item in Issue #74 as Medium risk. The relevant finding follows:
Use of transferFrom instead of safeTransferFrom
Cally.sol#L295
When buyers exercise the transferFrom function is used instead of safeTransferFrom. In the very unlikely event the receiving contract is somehow not aware of incoming ERC721, the token could be locked.
Consider exchanging transferFrom for safeTransferFrom
The text was updated successfully, but these errors were encountered: