From a83e8b4697cbc8380126f54d150bb7f90bb418cf Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Sat, 26 Mar 2011 00:35:17 +0000 Subject: [PATCH] Add note about poor interaction with JavaScript. Signed-off-by: Edward Z. Yang --- index.xhtml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/index.xhtml b/index.xhtml index 901da25..bba506e 100644 --- a/index.xhtml +++ b/index.xhtml @@ -122,9 +122,11 @@

To my knowledge, there is nothing else in the wild that offers protection from XSS, standards-compliance, and - corrective processing of poorly formed HTML. - But don't take my word for it: - do your research and try out the demo.

+ corrective processing of poorly formed HTML. HTML + Purifier is not perfect; it can interact poorly with existing + JavaScript on websites, which can introduces vulnerabilities after the + fact. However, it is pretty damn good. + Do your research and try out the demo.

To find out more, you can read the Comparison -- 2.11.4.GIT