Last Version

OWASP CSRFGuard 3.1.0-wso2v2

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.wso2.org.owasp
ArtifactId

ArtifactId

csrfguard
Version

Version

3.1.0-wso2v2
Type

Type

jar
Description

Description

OWASP CSRFGuard
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/wso2/wso2-OWASP-CSRFGuard.git

Download csrfguard 3.1.0-wso2v2


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

Dependencies

provided (2)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5
javax.servlet.jsp : jsp-api jar 2.1

Project Modules

There are no modules declared in this project.