Summary Using `ERC721::_mint()` can fail if the if the recipient address do not support this kind of tokens
Vulnerability Details Using `ERC721::_mint()` can mint ERC721 tokens to addresses which don't support ERC721 tokens. Use `_safeMint()` instead of `_mint()` for ERC721 tokens.
Impact LOW /
LIKELIHOOD Medium
Tools Used Medium article ,
Recommendations Use _safeMint()