Section
10.1.6
Top Level
General
Class members should be accessed with appropriate get and set methods and not declared public.
Django
Typically, class attributes in python are public and don't use getter or setter methods.
Natural Webagent
Ensure only authorized modules access your files.