History log of /external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9c0798e090ee7db347657ed2b8604ce26fbe74d1 06-May-2014 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> issue 28: fix Sanitizer.STYLES by changing PolicyFactory to store globals and apply its globals to the other factory when combining PolicyFactories via PolicyFactory.and

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@229 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
e5d1831401c6302339a6902f790d7c133f8a4b55 27-Feb-2014 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fixed issue 23 : ANDing two policies was confused by allowWithoutAttributes overrides of elements like <img>,<a>,<span> that are by-default dropped without elements

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@220 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
7d0755627f174ec9d5f148bd9fa3a5cc732edb3f 27-Feb-2014 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fix issue 24: protocol whitelisting not case-insensitive

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@218 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
b268f8745b09a77af2e8c77ffd376b6459bf4fec 18-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> rewrite the CSS sanitizer to do token-level filtering

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@188 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
be666032a113a8af92bc557add8e83579cf0ef5c 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> cleanup IDE warnings about methods that could be static

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@178 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
a90a92d860aab5b70a42132e7ad7bd9d6b6ad24a 12-Feb-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> added test from issue 9

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@148 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
fbd05736937f47b6b5a55e202664bb0a90bbb734 12-Feb-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> test anding of policy factories that have overlapping element and attribute policies

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@146 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
0df9131f7be5c0f90ce70d43b7e4239a6a6df016 22-Sep-2012 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> changed rendering to ensure that the output HTML is always valid XML when the policy prohibits HTML raw text & RCDATA elements

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@114 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java
38bb37b955601261fd8945ee22aa09ac30d29298 09-Oct-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> Added Sanitizers class with prepackage policies, extracted the policy implementation from HtmlPolicyBuilder and extended it with convenience methods sanitize(String) and and(..) which allows composition of built policy factories.

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@71 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/SanitizersTest.java