License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdorg.owasp |
ArtifactId | ArtifactIdantisamy |
Last Version | Last Version1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWASP AntiSamy
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 Organization |
Project Organization |
Filename | Size |
---|---|
antisamy-1.4.pom | |
antisamy-1.4.jar | 57 KB |
antisamy-1.4-sources.jar | 64 KB |
antisamy-1.4-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp/antisamy/ -->
<dependency>
<groupId>org.owasp</groupId>
<artifactId>antisamy</artifactId>
<version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/antisamy/
implementation 'org.owasp:antisamy:1.4'
// https://jarcasting.com/artifacts/org.owasp/antisamy/
implementation ("org.owasp:antisamy:1.4")
'org.owasp:antisamy:jar:1.4'
<dependency org="org.owasp" name="antisamy" rev="1.4">
<artifact name="antisamy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='antisamy', version='1.4')
)
libraryDependencies += "org.owasp" % "antisamy" % "1.4"
[org.owasp/antisamy "1.4"]
Group / Artifact | Type | Version |
---|---|---|
xerces : xercesImpl | jar | 2.8.1 |
org.apache.xmlgraphics : batik-css | jar | 1.7 |
net.sourceforge.nekohtml : nekohtml | jar | 1.9.12 |
commons-httpclient : commons-httpclient | jar | 3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.owasp : antisamy-sample-configs | jar | 1.4 |
junit : junit | jar | 3.8.2 |