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