_mint()
is discouraged in favor of _safeMint()
which ensures that the recipient is either an EOA or implements IERC721Receiver. Both OpenZeppelin have versions of this function.
There is 1 instance of this issue: L2StandardERC20.sol
103. _mint(_to, _amount);