Missing zero address validation for variable _keeperRegistry in constructor of WeatherNft. This can lead to unexpected behavior or vulnerabilities in the contract.
Missing zero address validation for variable _keeperRegistry in constructor of WeatherNft. This can lead to unexpected behavior or vulnerabilities in the contract. It is important to validate that the address is not zero before assigning it to the variable.
Likelihood: LOW
Generally, the contract is deployed by trusted owner/entity that likely pass correct parameters to constructor
Impact: LOW
The contract deployed could not work properly
Add a check to ensure that the address is not zero before assigning it to the variable. This can be done by adding a require statement in the constructor.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.