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