Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: fixed layout

...

If you are a developer, please make an effort to become aware of how to avoid introducing new vulnerabilities and how to write secure code

Validate input Don't trust user input, it could be malicious. This should include input from clients you have written, as they can be modified to allow malicious input.

...