jar

com.googlecode.owasp-java-html-sanitizer : owasp-java-html-sanitizer

Maven & Gradle

Jun 08, 2022
64 usages
674 stars

OWASP Java HTML Sanitizer · Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure.

Table Of Contents

Latest Version

Download com.googlecode.owasp-java-html-sanitizer : owasp-java-html-sanitizer JAR file - Latest Versions:

All Versions

Download com.googlecode.owasp-java-html-sanitizer : owasp-java-html-sanitizer JAR file - All Versions:

Version Vulnerabilities Size Updated
20220608.1
20211018.2
20211018.1
20200713.1 CVE-2021-42575
20200615.1 CVE-2021-42575
20191001.1 CVE-2021-42575
20190610.1 CVE-2021-42575
20190503.1 CVE-2021-42575
20190325.1 CVE-2021-42575
20181114.1 CVE-2021-42575
20180219.1 CVE-2021-42575
20171016.1 CVE-2021-42575
20170515.1 CVE-2021-42575
20170512.1 CVE-2021-42575
20170411.1 CVE-2021-42575
20170408.1 CVE-2021-42575
20170329.1 CVE-2021-42575
20160924.1 CVE-2021-42575
20160827.1 CVE-2021-42575
20160628.1 CVE-2021-42575
20160614.1 CVE-2021-42575
20160526.1 CVE-2021-42575
20160422.1 CVE-2021-42575
20160413.1 CVE-2021-42575
20160203.1 CVE-2021-42575
20151202.2 CVE-2021-42575
20150501.1 CVE-2021-42575
1.1 CVE-2021-42575
r239 CVE-2021-42575
r232 CVE-2021-42575
r223 CVE-2021-42575
r209 CVE-2021-42575
r198 CVE-2021-42575
r173 CVE-2021-42575
r164 CVE-2021-42575
r163 CVE-2021-42575
r156 CVE-2021-42575
r136 CVE-2021-42575

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window owasp-java-html-sanitizer-20220608.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.owasp.html.examples

├─ org.owasp.html.examples.EbayPolicyExample.class - [JAR]

├─ org.owasp.html.examples.SlashdotPolicyExample.class - [JAR]

├─ org.owasp.html.examples.UrlTextExample.class - [JAR]

org.owasp.html

├─ org.owasp.html.AbstractTokenStream.class - [JAR]

├─ org.owasp.html.AllExamples.class - [JAR]

├─ org.owasp.html.AttributeGuardIntermediates.class - [JAR]

├─ org.owasp.html.AttributeGuardMaker.class - [JAR]

├─ org.owasp.html.AttributePolicy.class - [JAR]

├─ org.owasp.html.AutoCloseableHtmlStreamRenderer.class - [JAR]

├─ org.owasp.html.CssGrammar.class - [JAR]

├─ org.owasp.html.CssSchema.class - [JAR]

├─ org.owasp.html.CssTokens.class - [JAR]

├─ org.owasp.html.ElementAndAttributePolicies.class - [JAR]

├─ org.owasp.html.ElementAndAttributePolicyBasedSanitizerPolicy.class - [JAR]

├─ org.owasp.html.ElementPolicy.class - [JAR]

├─ org.owasp.html.Encoding.class - [JAR]

├─ org.owasp.html.FilterUrlByProtocolAttributePolicy.class - [JAR]

├─ org.owasp.html.Handler.class - [JAR]

├─ org.owasp.html.HtmlChangeListener.class - [JAR]

├─ org.owasp.html.HtmlChangeReporter.class - [JAR]

├─ org.owasp.html.HtmlElementTables.class - [JAR]

├─ org.owasp.html.HtmlElementTablesCanned.class - [JAR]

├─ org.owasp.html.HtmlEntities.class - [JAR]

├─ org.owasp.html.HtmlInputSplitter.class - [JAR]

├─ org.owasp.html.HtmlLexer.class - [JAR]

├─ org.owasp.html.HtmlPolicyBuilder.class - [JAR]

├─ org.owasp.html.HtmlSanitizer.class - [JAR]

├─ org.owasp.html.HtmlStreamEventProcessor.class - [JAR]

├─ org.owasp.html.HtmlStreamEventReceiver.class - [JAR]

├─ org.owasp.html.HtmlStreamEventReceiverWrapper.class - [JAR]

├─ org.owasp.html.HtmlStreamRenderer.class - [JAR]

├─ org.owasp.html.HtmlTagSkipType.class - [JAR]

├─ org.owasp.html.HtmlTextEscapingMode.class - [JAR]

├─ org.owasp.html.HtmlToken.class - [JAR]

├─ org.owasp.html.HtmlTokenType.class - [JAR]

├─ org.owasp.html.IntVector.class - [JAR]

├─ org.owasp.html.Joinable.class - [JAR]

├─ org.owasp.html.JoinedAttributePolicy.class - [JAR]

├─ org.owasp.html.JoinedElementPolicy.class - [JAR]

├─ org.owasp.html.PolicyFactory.class - [JAR]

├─ org.owasp.html.Sanitizers.class - [JAR]

├─ org.owasp.html.SrcsetAttributePolicy.class - [JAR]

├─ org.owasp.html.StandardUrlAttributePolicy.class - [JAR]

├─ org.owasp.html.Strings.class - [JAR]

├─ org.owasp.html.StylingPolicy.class - [JAR]

├─ org.owasp.html.TCB.class - [JAR]

├─ org.owasp.html.TagBalancingHtmlStreamEventReceiver.class - [JAR]

├─ org.owasp.html.TokenStream.class - [JAR]

├─ org.owasp.html.Trie.class - [JAR]

├─ org.owasp.html.package-info.class - [JAR]

Advertisement