License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.guaranteedrate |
ArtifactId | ArtifactIdxss-encoder-wrapper |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionxss-encoder-wrapper
Provide Clojure wrapper functions to the OWASP Java Encoder library's the important
'Encode' static methods as a defense against Cross-Site Scripting (XSS) and accompanying
extensive general documentation related to XSS defense.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xss-encoder-wrapper-1.0.0.pom | |
xss-encoder-wrapper-1.0.0.jar | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guaranteedrate/xss-encoder-wrapper/ -->
<dependency>
<groupId>com.guaranteedrate</groupId>
<artifactId>xss-encoder-wrapper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.guaranteedrate/xss-encoder-wrapper/
implementation 'com.guaranteedrate:xss-encoder-wrapper:1.0.0'
// https://jarcasting.com/artifacts/com.guaranteedrate/xss-encoder-wrapper/
implementation ("com.guaranteedrate:xss-encoder-wrapper:1.0.0")
'com.guaranteedrate:xss-encoder-wrapper:jar:1.0.0'
<dependency org="com.guaranteedrate" name="xss-encoder-wrapper" rev="1.0.0">
<artifact name="xss-encoder-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.guaranteedrate', module='xss-encoder-wrapper', version='1.0.0')
)
libraryDependencies += "com.guaranteedrate" % "xss-encoder-wrapper" % "1.0.0"
[com.guaranteedrate/xss-encoder-wrapper "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.clojure : clojure | jar | 1.10.1 |
org.owasp.encoder : encoder | jar | 1.2.3 |