Inappropriate coding practices
Description
Classes are found with their fields defined as public, which does not respect the encapsulation principle.
Impact
Obtain and modify attributes that by definition should be private.
Recommendation
Set attributes as private and generate methods to access them.
Threat
Authorized user from the Internet.
Expected Remediation Time
⏱️ 60 minutes.