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

Greg Beaver's Blog: PhpDocumentor 1.3.1 is released

Community News: WordPress Security Update Released

Manfred Weber's Blog: Consuming PHP SOAP Webservices with Flash - Part I

Padraic Brady's Blog: PEAR OpenID support packages released

Chuck Burgess' Blog: Configuring Builds for PEAR Packages in phpUnderControl


Community Events









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


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

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