Skip to content

Releases: aramrami/OWASP-CSRFGuard

OWASP CSFRGuard 3.1.0

21 Jan 23:04
Compare
Choose a tag to compare

OWASP CSRFGuard 3.1.0 Stable Release

Using with Maven

OWASP CSRFGuard 3.1.0 will be available on Maven Central. Add the following dependency to your Maven POM file to use the library:

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>csrfguard</artifactId>
    <version>3.1.0</version>
</dependency>

Building the code

  1. Make sure that you have Apache Maven 3.0.4 or higher installed;
  2. Make sure that you have GPG installed and a secret key generated with it;
  3. Clone this repository locally;
  4. Build the csrfguard project first as cd csrfguard followed by mvn clean install;
  5. Build and run the csrfguard-test project as cd ../csrfguard-test followed by mvn clean package tomcat7:run;
  6. Use a web browser to access http://localhost:8000 to open the home page of the test project.