MVN

org.owasp : csrfguard

Maven & Gradle

Jun 02, 2023
8 usages
61 stars

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.

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard</artifactId>
    <version>4.3.0-jakarta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp : csrfguard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.0-jakarta

All Versions

Choose a version of org.owasp : csrfguard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
csrfguard-4.3.0-jakarta
csrfguard-4.3.0
4.2.x
csrfguard-4.2.1
csrfguard-4.2.0
4.1.x
csrfguard-4.1.4
csrfguard-4.1.3
csrfguard-4.1.2
csrfguard-4.1.1
4.0.x
csrfguard-4.0.0
3.1.x
csrfguard-3.1.0
3.0.x
csrfguard-3.0.0

How to add a dependency to Maven

Add the following org.owasp : csrfguard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard</artifactId>
    <version>4.3.0-jakarta</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.owasp : csrfguard gradle dependency to your build.gradle file:

implementation 'org.owasp:csrfguard:4.3.0-jakarta'

Gradle Kotlin DSL: Add the following org.owasp : csrfguard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.owasp:csrfguard:4.3.0-jakarta")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.owasp : csrfguard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.owasp" % "csrfguard" % "4.3.0-jakarta"

Advertisement

Dependencies from Group

Feb 01, 2022
13 usages
Aug 19, 2023
11 usages
5.8k stars
Aug 19, 2023
8 usages
5.8k stars
Jun 02, 2023
8 usages
61 stars
Aug 19, 2023
7 usages
5.8k stars

Discover Dependencies

Jul 26, 2023
181 usages
322 stars
Jan 26, 2023
7 usages
1.2k stars
Jun 25, 2022
3 usages
142 stars
ecj
Oct 07, 2016
359 usages
Aug 07, 2023
18 usages
621 stars
Sep 30, 2017
65 usages
Aug 09, 2023
8 usages
206 stars