Download owasp-java-html-sanitizer-null.jar file

Introduction

You can download owasp-java-html-sanitizer-null.jar in this page.

License

New BSD License

Type List

owasp-java-html-sanitizer-null.jar file has the following types.

META-INF/MANIFEST.MF
org.owasp.html.AbstractTokenStream.class
org.owasp.html.AttributePolicy.class
org.owasp.html.CssGrammar.class
org.owasp.html.CssSchema.class
org.owasp.html.CssTokens.class
org.owasp.html.ElementAndAttributePolicies.class
org.owasp.html.ElementAndAttributePolicyBasedSanitizerPolicy.class
org.owasp.html.ElementPolicy.class
org.owasp.html.Encoding.class
org.owasp.html.FilterUrlByProtocolAttributePolicy.class
org.owasp.html.Handler.class
org.owasp.html.HtmlChangeListener.class
org.owasp.html.HtmlChangeReporter.class
org.owasp.html.HtmlEntities.class
org.owasp.html.HtmlInputSplitter.class
org.owasp.html.HtmlLexer.class
org.owasp.html.HtmlPolicyBuilder.class
org.owasp.html.HtmlSanitizer.class
org.owasp.html.HtmlStreamEventReceiver.class
org.owasp.html.HtmlStreamRenderer.class
org.owasp.html.HtmlTextEscapingMode.class
org.owasp.html.HtmlToken.class
org.owasp.html.HtmlTokenType.class
org.owasp.html.JoinedAttributePolicy.class
org.owasp.html.JoinedElementPolicy.class
org.owasp.html.PolicyFactory.class
org.owasp.html.Sanitizers.class
org.owasp.html.StandardUrlAttributePolicy.class
org.owasp.html.Strings.class
org.owasp.html.StylingPolicy.class
org.owasp.html.TCB.class
org.owasp.html.TagBalancingHtmlStreamEventReceiver.class
org.owasp.html.TokenStream.class
org.owasp.html.Trie.class
org.owasp.html.package-info.class

Pom

owasp-java-html-sanitizer-null.pom file content.

<!-- See http://maven.apache.org/ref/3.0.3/maven-model/maven.html for details
  - of the meanings of various elements.
  - See the README in the maven directory for an explanation of the
  - strange syntactic features in this file.
  -->
<project
  xmlns="http://maven.apache.org/POM/4.0.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <artifactId>owasp-java-html-sanitizer</artifactId>
  <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
  <version>r239</version> <!--##REPLACE##<version>+++version+++</version>##END##-->
  <packaging>jar</packaging>
  <name>OWASP Java HTML Sanitizer</name>
  <description>
   A fast and easy to configure HTML Sanitizer written in Java which
   lets you include HTML authored by third-parties in your web
   application while protecting against XSS.
  </description>
  <url>http://code.google.com/p/owasp-java-html-sanitizer</url>
  <organization>
    <name>OWASP</name>
    <url>http://www.owasp.org/</url>
  </organization>
  <licenses>
    <license>
      <name>New BSD License</name>
      <url>http://www.opensource.org/licenses/bsd-license.php</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://code.google.com/p/owasp-java-html-sanitizer/source/browse</url>
    <connection>scm:https://owasp-java-html-sanitizer.googlecode.com/svn/trunk/</connection>
  </scm>
  <developers>
    <developer>
      <id>mikesamuel</id>
      <name>Mike Samuel</name>
      <email>mikesamuel@gmail.com</email>
      <timezone>-5</timezone>
    </developer>
  </developers>
  <mailingLists>
    <mailingList>
      <name>User Support</name>
      <archive>http://groups.google.com/group/owasp-java-html-sanitizer-support</archive>
    </mailingList>
    <mailingList>
      <name>Announcements</name>
      <archive>http://groups.google.com/group/owasp-java-html-sanitizer-announce</archive>
    </mailingList>
  </mailingLists>
  <dependencies>
    <dependency>
      <!-- http://repo2.maven.org/maven2/com/google/guava/guava/ -->
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <!-- We depend on 11 because it is the last which works with JDK 5
           which we want to link against. -->
      <version>[11.0,)</version>
    </dependency>
    <dependency>
      <!-- http://code.google.com/p/findbugs/ -->
      <groupId>com.google.code.findbugs</groupId>
      <artifactId>jsr305</artifactId>
      <version>[1.3.9,)</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.googlecode.owasp-java-html-sanitizer</groupId>
   <artifactId>owasp-java-html-sanitizer</artifactId>
   <version>null</version>
</dependency>

Download

If you think the following owasp-java-html-sanitizer-null.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download owasp-java-html-sanitizer-null.jar file




PreviousNext

Related