is not current version
Last Version 4.1.4

OWASP CSRFGuard Parent POM 4.0.0

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-parent
Version

Version

4.0.0
Type

Type

pom
Description

Description

OWASP CSRFGuard 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 URL

Project URL

https://www.owasp.org/index.php/Category:OWASP_CSRFGuard_Project
Project Organization

Project Organization

OWASP
Source Code Management

Source Code Management

https://github.com/OWASP/www-project-csrfguard

Download csrfguard-parent 4.0.0

Filename Size
csrfguard-parent-4.0.0.pom 15 KB
Browse

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

Dependencies

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

Project Modules

  • csrfguard
  • csrfguard-extensions
  • csrfguard-test