Jar examples for o:owasp-java-html-sanitizer
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.
You can download jar file owasp-java-html-sanitizer r173 in this page.
Apache License, Version 2.0
You can use the following script to add owasp-java-html-sanitizer-r173.jar to your project.
<dependency> <groupId>com.googlecode.owasp-java-html-sanitizer</groupId> <artifactId>owasp-java-html-sanitizer</artifactId> <version>r173</version> </dependency>
compile group: 'com.googlecode.owasp-java-html-sanitizer', name: 'owasp-java-html-sanitizer', version: 'r173'
libraryDependencies += "com.googlecode.owasp-java-html-sanitizer" % "owasp-java-html-sanitizer" % "r173"
<dependency org="com.googlecode.owasp-java-html-sanitizer" name="owasp-java-html-sanitizer" rev="r173"/>
@Grapes(@Grab(group='com.googlecode.owasp-java-html-sanitizer', module='owasp-java-html-sanitizer', version='r173'))
'com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:jar:r173'
Click the following link to download the jar file.
owasp-java-html-sanitizer-r173-javadoc.jar