News Feed
Jobs Feed
Sections




News Archive
Smashing Magazine:
Keeping Web Users Safe By Sanitizing Input Data
January 12, 2011 @ 12:49:13

On the Smashing Magazine site today Phillip Tellis has a new article advocating a common thread in PHP application development (really, any application development) - sanitizing user input to help keep you and your application's user safe.

In this article, I'm joined by my colleague Peter (evilops) Ellehauge in looking at input filtering in more depth while picking on a few real examples that we've seen around the web. As you'll see from the examples below, insufficient input validation can result in various kinds of code injection including XSS, and in some cases can be used to phish user credentials or spread malware.

Several examples are included show things like unfiltered use of PHP's superglobals, incorrectly quoted HTML attributes and some commonly overlooked areas like title tag injection and javascript analytics handling. They also talk about the different contexts the data might need to be filtered on - HTML, attributes, URLs, javascript, CSS and others.

0 comments voice your opinion now!
security sanitize data input tutorial output filter


blog comments powered by Disqus

Similar Posts

PHPHacks.com: Creating charts with JGraph

IBM developerWorks: U2 PDO Driver Tutorial, Parts 1 & 2

Reddit.com: How do YOU sanitize input?

DeveloperTutorials.com: PHP and MySql with PayPal

Zend Developer Zone: An Introduction to the Art of Unit Testing in PHP


Community Events











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


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

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