License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.owasp.antisamy |
ArtifactId | ArtifactIdantisamy-demo |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionOWASP AntiSamy Demo App
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-demo-1.5.3.pom | |
antisamy-demo-1.5.3.war | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-demo/ -->
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy-demo</artifactId>
<version>1.5.3</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-demo/
implementation 'org.owasp.antisamy:antisamy-demo:1.5.3'
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-demo/
implementation ("org.owasp.antisamy:antisamy-demo:1.5.3")
'org.owasp.antisamy:antisamy-demo:war:1.5.3'
<dependency org="org.owasp.antisamy" name="antisamy-demo" rev="1.5.3">
<artifact name="antisamy-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='org.owasp.antisamy', module='antisamy-demo', version='1.5.3')
)
libraryDependencies += "org.owasp.antisamy" % "antisamy-demo" % "1.5.3"
[org.owasp.antisamy/antisamy-demo "1.5.3"]
Group / Artifact | Type | Version |
---|---|---|
org.owasp.antisamy : antisamy | jar | 1.5.3 |