News Feed
Jobs Feed
Sections




News Archive
Reddit.com:
What everyone should know about strip_tags()
December 20, 2011 @ 10:58:00

In this new post to Reddit, the author shares a bit of their knowledge on what they think everyone should know about strip_tags and some of the issues that can come with it (including security problems).

strip_tags is one of the common go-to functions used for making user input on web pages safe for display. But contrary to what it sounds like it's for, strip_tags is never, ever, ever the right function to use for this and it has a lot of problems.

Specific problems mentioned include "eating" of valid text, not preventing typed HTML entities, the whitelist of tags opening holes and character set issues that could have security implications. Other tools are recommended in both the article and the comments like HTML Purifier, the option of BBCode and Markdown.

0 comments voice your opinion now!
striptags security problem alternative advice


blog comments powered by Disqus

Similar Posts

MaltBlue.com: Why Kohana is an Excellent Alternative to Zend Framework

PHPBuilder.com: Two PHP 5 Security Flaws Found

ThinkPHP Blog: Commoditizing PHP security (Chorizo! Launched)

Secunia.com: Mambo Unspecified Bypass Vulnerabilities

Pádraic Brady's Blog: Having a bad ViewRenderer day in your ZF app?


Community Events











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


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

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