Gobyweb's Blog

Just another WordPress.com weblog

Archive for March 21, 2010

Web application error causes (php programing)

Web is all about web components, following list would be making safe for web applications.

    Improper Input Validation
    Improper Encoding or Escaping of Output
    Failure to Preserve SQL Query Structure (‘SQL Injection’)
    Failure to Preserve Web Page Structure (‘Cross-site Scripting)
    Cross-Site Request Forgery (CSRF)
    Client-Side Enforcement of Server-Side Security
    Improper Access Control (Authorization)
    Hard-Coded Password
    Use of a Broken or Risky Cryptographic Algorithm