MVN

org.owasp.antisamy : antisamy-project

Maven & Gradle

Jul 27, 2013

OWASP AntiSamy Project · The OWASP AntiSamy project is a collection of APIs for safely allowing users to supply their own HTML and CSS without exposing the site to XSS vulnerabilities.

<dependency>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy-project</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp.antisamy : antisamy-project to add to Maven - Latest Versions:

  • Latest Stable: 1.5.3

All Versions

Choose a version of org.owasp.antisamy : antisamy-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1.5.x
antisamy-project-1.5.3
antisamy-project-1.5.2
antisamy-project-1.5.1
1.5
antisamy-project-1.5
1.4.x
antisamy-project-1.4.5
antisamy-project-1.4.4
antisamy-project-1.4.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.owasp.antisamy</groupId>
    <artifactId>antisamy-project</artifactId>
    <version>1.5.3</version>
</dependency>

Advertisement