News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
PHP Filtering with OWASP
June 29, 2006 @ 06:15:37

On PHPBuilder.com today, there's a new tutorial that looks at a method to protect your PHP applications with the filters the Open Web Application Security Project provides.

OWASP (Open Web Application Security Project ) released a top ten list for web application security vulnerabilities in 2003 and 2004; you can find the latest information about their Top Ten Project here.

Most of the top ten vulnerabilities including (A1) Unvalidated Input, (A2) Broken Access Control, (A4) Cross Site Scripting (XSS) Flaws, and (A6) Injection Flaws, can be avoided by using these filters.

They walk through the installation before talking about the types of filters at your disposal - paranoid, SQL, system, HTML, int/float, UTF-8, and LDAP. The check() function looks at the inputted value to see if it passes the test (the other option the function takes).

They also give an example of combining filters as well, making more secure validation even easier.

0 comments voice your opinion now!
filtering security open web application project check types filtering security open web application project check types


blog comments powered by Disqus

Similar Posts

Zend: Webinar - PHP Security Basics (Nov 28th @ 9am PST)

JSLabs Blog: 5 tips for creating high performance web apps

PHPKitchen: Seagull 0.6.1 Released

PHPBuilder.com: 6 PHP Performance Tips for Producing Highly Optimized Code

Greg Beaver's Blog: Mac OS X ships with security hole-laden PEAR - how to upgrade immediately


Community Events











Don't see your event here?
Let us know!


release conference functional phpunit development zendframework2 community podcast framework unittest series testing interview symfony2 language rest opinion introduction database usergroup

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework