MVN

org.owasp : antisamy-project

Maven & Gradle

Mar 29, 2010

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</groupId>
    <artifactId>antisamy-project</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4

All Versions

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

Version Vulnerabilities Updated
1.4
antisamy-project-1.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

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

Advertisement