a

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.
http://www.owasp.org/index.php/Category:OWASP_AntiSamy_Project
BSD License
The Open Web Application Security Project (OWASP)
Arshan Dabirsiaghi Jason Li J Irving
Files download
File Operation
antisamy-project-1.4.pom download
Apache Maven
<dependency>
  <groupId>org.owasp</groupId>
  <artifactId>antisamy-project</artifactId>
  <version>1.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.owasp:antisamy-project:1.4'
Gradle Kotlin
implementation("org.owasp:antisamy-project:1.4")
Scala SBT
libraryDependencies += "org.owasp" % "antisamy-project" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='org.owasp', module='antisamy-project', version='1.4')
)
Apache Ivy
<dependency org="org.owasp" name="antisamy-project" rev="1.4" />
Leiningen
[org.owasp/antisamy-project "1.4"]
Apache Buildr
'org.owasp:antisamy-project:jar:1.4'
Dependencies
The project has no third-party dependencies