License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIdantisamy-project |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOWASP 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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
antisamy-project-1.4.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp/antisamy-project/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>antisamy-project</artifactId>
<version>1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/antisamy-project/
implementation 'org.owasp:antisamy-project:1.4'
// https://jarcasting.com/artifacts/org.owasp/antisamy-project/
implementation ("org.owasp:antisamy-project:1.4")
'org.owasp:antisamy-project:pom:1.4'
<dependency org="org.owasp" name="antisamy-project" rev="1.4">
<artifact name="antisamy-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='antisamy-project', version='1.4')
)
libraryDependencies += "org.owasp" % "antisamy-project" % "1.4"
[org.owasp/antisamy-project "1.4"]