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