News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Chris Shiflett's Blog:
Allowing HTML and Preventing XSS
March 16, 2007 @ 09:23:00

In this new post to his blog, Chris Shiflett helps to solve one of the problems that several web designers face when allowing user input but wanting to protect themselves as well - allowing HTML while preventing a user from including a cross-site scripting issue.

This problem comes up more and more often due to the rise of social networking and other Web 2.0 properties that embolden users. [...] Of course, BBCode inevitably comes up during these types of discussions, but I really hate the idea of using yet another markup language just because I'm too lazy to deal with HTML, especially if the markup language doesn't even try to be user-friendly.

He looks for a good solution, one that doesn't require learning a new markup or becoming overly complex (while avoiding strip_tags). He provides several chunks of code for different aspects of the method - first make the content safe, then move backwards in the translation for the items you want to allow.

0 comments voice your opinion now!
allow html prevent crosssitescript secure user content input allow html prevent crosssitescript secure user content input



Similar Posts

PHPBuilder.com: Pro PHP Security / Preventing SQL Injection, Part 3

Stuart Herbert's Blog: Can You Secure A Shared Server With PHP + FastCGI?

Hardened-PHP Project: PHP HTML Entity Encoder Heap Overflow Vulnerability

Charles Rowe's Blog: The Four Major Benefits of MySQLi

Stefan Mischook's Blog: Why build all your pages in PHP?


Community Events







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


developer database release job example security zendframework framework releases code PHP5 PEAR conference cakephp application mysql book zend package ajax

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