Convert XSS filter to use DOM/XML parsing.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 22 Jul 2010 00:08:22 +0000 (18:08 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 22 Jul 2010 19:25:35 +0000 (13:25 -0600)
commit4bb6919a96ef42eb0c048bc5ae4548bda7e7ddcb
tree9fecf09e7626939ee39372124ddcb60684917f54
parent8e49d9cad19ae84479791d7e0330854c007ebac6
Convert XSS filter to use DOM/XML parsing.

This frees us from having to worry about malformed HTML and
instead directly filter the HTML input by removing specific tags
and/or attributes.
framework/Mime/lib/Horde/Mime/Viewer/Html.php
framework/Text_Filter/lib/Horde/Text/Filter/Html2text.php
framework/Text_Filter/lib/Horde/Text/Filter/Xss.php
framework/Text_Filter/package.xml
framework/Text_Filter/test/Horde/Text/Filter/xss.phpt
imp/lib/Compose.php