is not current version
Last Version 4.1.4

org.owasp:csrfguard-extensions 4.1.1

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

Version

4.1.1
Type

Type

pom
Description

Description

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-extensions 4.1.1


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

Dependencies

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

Project Modules

  • csrfguard-extension-session
  • csrfguard-jsp-tags