History log of /external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
036155387b0beda0993f361b73b020b773e58708 18-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> re-enable internet tests inherited from AntiSamy

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@191 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.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/AntiSamyTest.java
6142e9790eb43ae9cc45bbf9ec0c18477967bd9b 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> undid disabling of internet tests inherited from AntiSamy

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@183 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
195fd71a25612b7c24d4f46b3596cc27d0a1bdb0 17-Jul-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> fleshed out tests for new CSS lexer

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@182 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.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/AntiSamyTest.java
71e338dfcc6a93fa5b28c53270e618f6235bba88 16-May-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> removed bogus comment

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@172 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
d9475f7aaf4b2d9f95e815869680fff9a0474fd6 26-Feb-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> test fix. fallout from findbugs cleanup

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@156 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
489a0ec7301a86af8497d24748336db09ca278da 26-Feb-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> upgraded to most recent version of findbugs

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@155 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
c517d7c6cadcd8643d565783464a2728be8c08d9 12-Feb-2013 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> instead of creating <font> elements when sanitizing CSS, just do a better job of white-listing and sanitizing font faces, sizes, and alignment. This fixes problems whereby font elements were being introduced into tables but outside the table cells they were meant to style and which can legally contain them

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@147 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
5b7822ad25b5ebd8bc2733b914215e6189a785cc 19-Oct-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> reworked color handling in StylingPolicy to allow background and to only ever output #hex colors

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@83 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
109b24565d3eb95a54ad9df8de2aa8c81bd32a24 08-Apr-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> Fleshed out styling policy with some of the most popular CSS properties from http://triin.net/2006/06/12/CSS

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@30 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
846d5d0377617bd20ac271a486f07bfe757cc7a2 26-Mar-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> refactor HtmlPolicyBuilder so allowAttribute calls can be applied to multiple elements and so that element name and attribute names are supplied unambiguously in the order the name implies.

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@26 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
6d8c2e9241d042a3e0bff40dac4c388966ad060c 10-Mar-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> comment cleanup and added target to Makefile to run tests

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@18 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
4e867904c8295537803c1c8a076e130df5674b58 09-Mar-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> Revamped to use a policy builder pattern instead of requiring people to write their own policies.

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@9 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
0f3a7565157c70edb1935f04888fdc0407397fab 02-Mar-2011 mikesamuel <mikesamuel@ad8eed46-c659-4a31-e19d-951d88f54425> test and Makefile cleanup

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@7 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
9b773b31436646e5bd07e53f8d045baa30f2619b 01-Mar-2011 manico.james@gmail.com <manico.james@gmail.com@ad8eed46-c659-4a31-e19d-951d88f54425> cleanup porting of unit tests

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@5 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
cdaa5d05004a6945d03a8f2e6c3963c2957d8cdf 01-Mar-2011 manico.james@gmail.com <manico.james@gmail.com@ad8eed46-c659-4a31-e19d-951d88f54425> cleanup of importing AntiSamy tests

git-svn-id: http://owasp-java-html-sanitizer.googlecode.com/svn/trunk@4 ad8eed46-c659-4a31-e19d-951d88f54425
/external/owasp/sanitizer/src/tests/org/owasp/html/AntiSamyTest.java
afd4893acdc6af7f4e1e812dbd6ffcff58743d87 01-Mar-2011 manico.james@gmail.com <manico.james@gmail.com@ad8eed46-c659-4a31-e19d-951d88f54425> Integrating AntiSamy tests into HTML Purifier

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