In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade @openzeppelin/contracts
to version 4.3.3 or higher.
@openzeppelin/contracts is a library for contract development.
Affected versions of this package are vulnerable to Numeric Errors. When ERC1155
tokens are minted, a callback is invoked on the receiver of those tokens, as required by the spec. When including the ERC1155Supply
extension, the total supply is not updated until after the callback, thus during the callback the reported total supply is lower than the real number of tokens in circulation.