HomeSort by relevance Sort by last modified time
    Searched refs:owasp (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/owasp/sanitizer/src/main/org/owasp/html/
TokenStream.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
package-info.java 13 // Neither the name of the OWASP nor the names of its contributors may
30 * An efficient {@link org.owasp.html.HtmlSanitizer HtmlSanitizer}
32 * {@link org.owasp.html.HtmlPolicyBuilder HtmlPolicyBuilder}.
37 package org.owasp.html;
HtmlTokenType.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
Handler.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
HtmlChangeListener.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
HtmlStreamEventReceiver.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
TCB.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
HtmlToken.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
StandardUrlAttributePolicy.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
Sanitizers.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
HtmlTextEscapingMode.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
  /external/owasp/sanitizer/src/tests/org/owasp/html/
UrlTextExampleTest.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
36 import org.owasp.html.examples.UrlTextExample;
ElementPolicyTest.java 1 package org.owasp.html;
15 import static org.owasp.html.ElementPolicy.REJECT_ALL_ELEMENT_POLICY;
16 import static org.owasp.html.ElementPolicy.IDENTITY_ELEMENT_POLICY;
17 import static org.owasp.html.ElementPolicy.Util.join;
FuzzyTestCase.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
ExamplesTest.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
40 import org.owasp.html.examples.EbayPolicyExample;
CssGrammarTest.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
CssSchemaTest.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html;
  /external/owasp/sanitizer/src/main/org/owasp/html/examples/
SlashdotPolicyExample.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html.examples;
35 import org.owasp.html.Handler;
36 import org.owasp.html.HtmlPolicyBuilder;
37 import org.owasp.html.HtmlSanitizer;
38 import org.owasp.html.HtmlStreamEventReceiver;
39 import org.owasp.html.HtmlStreamRenderer;
48 * <a href="http://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project#Stage_2_-_Choosing_a_base_policy_file">AntiSamy Slashdot example</a>.
UrlTextExample.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html.examples;
35 import org.owasp.html.Handler;
36 import org.owasp.html.HtmlPolicyBuilder;
37 import org.owasp.html.HtmlSanitizer;
38 import org.owasp.html.HtmlStreamEventReceiver;
39 import org.owasp.html.HtmlStreamRenderer;
40 import org.owasp.html.HtmlTextEscapingMode;
41 import org.owasp.html.PolicyFactory;
42 import org.owasp.html.TagBalancingHtmlStreamEventReceiver
    [all...]
EbayPolicyExample.java 13 // Neither the name of the OWASP nor the names of its contributors may
29 package org.owasp.html.examples;
35 import org.owasp.html.Handler;
36 import org.owasp.html.HtmlPolicyBuilder;
37 import org.owasp.html.HtmlSanitizer;
38 import org.owasp.html.HtmlStreamRenderer;
39 import org.owasp.html.PolicyFactory;
48 * <a href="http://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project#Stage_2_-_Choosing_a_base_policy_file">AntiSamy EBay example</a>.
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/owasp/sanitizer/
Makefile 47 override TEST_RUNNER=org.owasp.html.VerboseTestRunner
67 out/classes.tstamp: out/classes src/main/org/owasp/html/*.java
73 out/examples.tstamp: out/classes.tstamp src/main/org/owasp/html/examples/*.java
81 out/tests.tstamp: out/classes.tstamp out/genfiles.tstamp out/examples.tstamp src/tests/org/owasp/html/*.java
89 out/genfiles.tstamp: out/genfiles/org/owasp/html/AllExamples.java out/genfiles/org/owasp/html/AllTests.java
91 out/genfiles/org/owasp/html/AllTests.java: src/tests/org/owasp/html/*Test.java
93 (echo 'package org.owasp.html;'; \
107 out/genfiles/org/owasp/html/AllExamples.java: src/main/org/owasp/html/examples/*.jav
    [all...]
Android.mk 18 LOCAL_MODULE := owasp-html-sanitizer
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlSanitizer.java 25 import org.owasp.html.AttributePolicy;
26 import org.owasp.html.CssSchema;
27 import org.owasp.html.ElementPolicy;
28 import org.owasp.html.FilterUrlByProtocolAttributePolicy;
29 import org.owasp.html.Handler;
30 import org.owasp.html.HtmlPolicyBuilder;
31 import org.owasp.html.HtmlStreamRenderer;
32 import org.owasp.html.PolicyFactory;
38 * uses the <a href="https://www.owasp.org/index.php/OWASP_Java_HTML_Sanitizer_Project">OWASP Jav
    [all...]
  /external/owasp/sanitizer/tools/
upload_jars_to_googlecode_downloads.sh 67 DOWNLOADS_ZIP="$VERSION_BASE/trunk/out/owasp-java-html-sanitizer.zip"
68 VERSIONED_ZIP="$VERSION_BASE/trunk/out/owasp-java-html-sanitizer-r$VERSION.zip"
82 -p owasp-java-html-sanitizer -u mikesamuel \
88 echo "https://code.google.com/p/owasp-java-html-sanitizer/downloads/list"

Completed in 193 milliseconds

1 2 3