XSS Verifying library

XSS Verifier is a library for verifying that the web application is XSS-free with Selenium

License

License

GroupId

GroupId

com.github.eljah
ArtifactId

ArtifactId

xssverifier
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

XSS Verifying library
XSS Verifier is a library for verifying that the web application is XSS-free with Selenium
Project URL

Project URL

https://github.com/Eljah/xssverifier

Download xssverifier

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.eljah/xssverifier/ -->
<dependency>
    <groupId>com.github.eljah</groupId>
    <artifactId>xssverifier</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.eljah/xssverifier/
implementation 'com.github.eljah:xssverifier:0.2'
// https://jarcasting.com/artifacts/com.github.eljah/xssverifier/
implementation ("com.github.eljah:xssverifier:0.2")
'com.github.eljah:xssverifier:jar:0.2'
<dependency org="com.github.eljah" name="xssverifier" rev="0.2">
  <artifact name="xssverifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.eljah', module='xssverifier', version='0.2')
)
libraryDependencies += "com.github.eljah" % "xssverifier" % "0.2"
[com.github.eljah/xssverifier "0.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.nanohttpd : nanohttpd jar 2.1.1
com.nanohttpd : nanohttpd-webserver jar 2.1.1
log4j : log4j jar 1.2.17

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1