Last Version

OWASP CSRFGuard Test Parent POM 4.1.4

OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF) attacks.

License

License

GroupId

GroupId

org.owasp
ArtifactId

ArtifactId

csrfguard-test
Version

Version

4.1.4
Type

Type

pom
Description

Description

OWASP CSRFGuard Test Parent POM
OWASP CSRFGuard is a library that implements a variant of the synchronizer token pattern to mitigate the risk of Cross-Site Request Forgery (CSRF) attacks.
Project Organization

Project Organization

OWASP

Download csrfguard-test 4.1.4

Filename Size
csrfguard-test-4.1.4.pom 2 KB
Browse

<!-- https://jarcasting.com/artifacts/org.owasp/csrfguard-test/ -->
<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard-test</artifactId>
    <version>4.1.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.owasp/csrfguard-test/
implementation 'org.owasp:csrfguard-test:4.1.4'
// https://jarcasting.com/artifacts/org.owasp/csrfguard-test/
implementation ("org.owasp:csrfguard-test:4.1.4")
'org.owasp:csrfguard-test:pom:4.1.4'
<dependency org="org.owasp" name="csrfguard-test" rev="4.1.4">
  <artifact name="csrfguard-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.owasp', module='csrfguard-test', version='4.1.4')
)
libraryDependencies += "org.owasp" % "csrfguard-test" % "4.1.4"
[org.owasp/csrfguard-test "4.1.4"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • csrfguard-test-jsp