Today, I have found a nice article from IBM about “Seven habits for writing secure PHP applications“. Security in a PHP application includes remote and local security concerns. Discover the habits PHP developers should get into to implement Web applications that have both characteristics.
When it comes to security, remember that in addition to actual platform and operating system security issues, you need to ensure that you write your application to be secure. When you write PHP applications, apply these seven habits to make sure your applications are as secure as possible. It includes Validate input, Guard your file system, database, session data, Guard against Cross-Site Scripting (XSS) vulnerabilities, Verify form posts and Protect against Cross-Site Request Forgeries (CSRF).





Really good tips and info! tks!
[...] La seguridad al momento de programar aplicaciones PHP debe ser lo mas importante y por eso si eres progamador PHP te recomiendo revisar el artículo de IBM titulado “Siete habitos para escribir aplicaciones PHP seguras” donde nos muestran ciertos tips que tenemos que tener en cuenta al momento de programar nuestras aplicaciones PHP. Enlace: Seven habits for writing secure PHP applications | Vía [...]
Good tips, but I would hope for any serious web programmer many of these would be common sense. Although one thing that I realized I should be doing is checking GET requests where ID numbers are used for just numbers.
Thanks, a really important article.
RSS feed for comments on this post · TrackBack URI