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 applicationsLearn about Improper Input Validation vulnerabilities in an interactive lesson.
Start learningUpgrade @openzeppelin/contracts
to version 4.3.2 or higher.
@openzeppelin/contracts is a library for contract development.
Affected versions of this package are vulnerable to Improper Input Validation. Upgradeable contracts using UUPSUpgradeable
may be vulnerable to an attack affecting uninitialized implementation contracts.
Due to this vulnerability, it is recommended that all projects using the UUPS proxy pattern should initialize
their implementation contracts, even after upgrading to the fixed version. An example of how to do this is here.