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

Michelangelo van Dam's Blog: Zend Framework context switching for HTML content

Chris Shiflett\'s Blog: Zend Framework Update

PHPHacks.com: Shell Scripting with PHP CLI

PHP F1: PHP Session Tutorial

Adam Jensen's Blog: Output Transformation in a Zend Framework Model Layer


Community Events











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


community introduction interview database code example release framework language api podcast application phpunit development zendframework2 opinion series functional composer testing

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