Friday, 5 September 2014

Top 25 Most Dangerous Software Errors.

Here are few top security vulnerabilities discussed in detail in this article:

  •  Improper input validation
  •  Improper escaping of output or encoding
  •  SQL injection
  •  Cross-site scripting
  •  Race conditions
  •  Information leak in error messages
  •  Error while transmitting sensitive information
  •  Memory leak
  •  External control of critical data and file paths
  •  Improper initialization
  •  Improper authorization
  •  Client side security checks

Check out below article so that you can at least help developers for improving their code standards.

Top 25 Most Dangerous Software Errors

No comments:

Post a Comment