- Check:
pess-unprotected-initialize - Severity:
High - Confidence:
Low
The detector sees if a contract contains an initialize function without modifier protection or access control inside the function.
Add access control and make sure that initialize functions are protected.