News Feed
Jobs Feed
Sections




News Archive
Genius Engineering Blog:
Genius Open Source Libraries (Sanitize HTML Input)
August 03, 2010 @ 11:56:32

On the Genius Engineering blog today they share a library they've created to help filter out possibly malicious content coming from the user - HTML content, valid or not.

Some time ago, Genius Engineering decided to unify the manner in which we encode values that contain user input. We previously depended upon the PHP built-in htmlentities() and some simple wrappers around it for our encoding needs, but this function alone can't safely sanitize tainted data in all contexts. [...] While there is plenty of information about these issues and what must be done to fix them, there is a distinct dearth of libraries in PHP to properly encode strings for all of the situations.

They include a few code examples of how to use their sanitizing library [tar.gz] to filter HTML overall, HTML attributes and filter strings for use in Javascript.

0 comments voice your opinion now!
sanitize opensource html input


blog comments powered by Disqus

Similar Posts

ThinkPHP Blog: Which Open Source PHP framework do you use? (Poll)

InformBank.com: How to create Microsoft Office documents on the fly using PHP

SitePoint PHP Blog: DOM vs. Template

Zend Developer Zone: Building AutoComplete Inputs with PHP, PEAR, Dojo and YUI

Agile Toolkit Blog: How to Earn Money with Open Source?


Community Events











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


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

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