News Feed
Jobs Feed
Sections




News Archive
Juozas Kaziukenas' Blog:
HTML filtering and XSS protection
March 23, 2009 @ 10:21:49

Juozas Kaziukenas has an example of how to keep you and your application's data safe from prying eyes by filtering input with the HTML_Purifier package.

It's really hard to decide what data is acceptable, especially when user has permission to insert HTML content through form. [...] However, problem can be solved, and quite easily. Almost a year ago I was reading some random blog when I find out about HTML Purifier. Basically, it's library which can filter and fix any HTML.

He gives an example - running a web scraping tool against a site with malformed HTML. By running it through the HTML_Purifier package first, the errors were corrected and the "more correct" HTML source could be parsed easily. The package also helps to protect from XSS attacks via a whole set of filters included by default.

0 comments voice your opinion now!
html filtering xss protection htmlpurifier package


blog comments powered by Disqus

Similar Posts

DevShed: Enforcing Object Types in PHP - Filtering Input Objects in PHP 4

DevShed: Using Recursive Methods in Object-based PHP Applications (Part 2)

Jakob Westhoff's Blog: It's alive - Image_3D live browser rendering

JSLabs Blog: How to write an image gallery script in PHP

PEAR Blog: PEAR2 standards, we would like to know what you think


Community Events









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


code interview opinion testing example language functional release api community event framework podcast object unittest tool introduction composer zendframework2 development

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