License |
License |
---|---|
Categories |
CategoriesAnt Build Tools config Application Layer Libs Configuration |
GroupId | GroupIdorg.owasp.antisamy |
ArtifactId | ArtifactIdantisamy-sample-configs |
Last Version | Last Version1.5.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOWASP AntiSamy Sample Configs
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-sample-configs-1.5.3.pom | |
antisamy-sample-configs-1.5.3.jar | 46 KB |
antisamy-sample-configs-1.5.3-sources.jar | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-sample-configs/ -->
<dependency>
<groupId>org.owasp.antisamy</groupId>
<artifactId>antisamy-sample-configs</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-sample-configs/
implementation 'org.owasp.antisamy:antisamy-sample-configs:1.5.3'
// https://jarcasting.com/artifacts/org.owasp.antisamy/antisamy-sample-configs/
implementation ("org.owasp.antisamy:antisamy-sample-configs:1.5.3")
'org.owasp.antisamy:antisamy-sample-configs:jar:1.5.3'
<dependency org="org.owasp.antisamy" name="antisamy-sample-configs" rev="1.5.3">
<artifact name="antisamy-sample-configs" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.owasp.antisamy', module='antisamy-sample-configs', version='1.5.3')
)
libraryDependencies += "org.owasp.antisamy" % "antisamy-sample-configs" % "1.5.3"
[org.owasp.antisamy/antisamy-sample-configs "1.5.3"]