Function AssetToken.revertIfZeroAddress(address) is an unprotected initializer.
Initializers must be protected
Initialization functions should be protected so they can’t be called multiple times. If they aren’t, attackers could reset the contract state.
-slither
foundry
Protect initializers with modifiers/require statements
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.