Skip to content

Releases: OWASP/www-project-csrfguard

4.3.0-jakarta

02 Jun 23:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.3.0...4.3.0-jakarta

4.3.0

02 Jun 23:16
Compare
Choose a tag to compare

What's Changed

  • Add support for validating multiple domain origins by @gflores-jahia in #200
  • Fixed Printing the CsrfGuard's config leads to java.lang.reflect.InaccessibleObjectException in Java 17 by @forgedhallpass in #179

Version updates

New Contributors

Full Changelog: 4.2.1...4.3.0

4.2.1

22 Mar 16:44
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.2.0...4.2.1

4.2.0

22 Aug 10:39
Compare
Choose a tag to compare

What's Changed

Version updates

Full Changelog: 4.1.4...4.2.0

4.1.4

16 May 12:24
Compare
Choose a tag to compare

What's Changed

Version updates:

New Contributors

Full Changelog: 4.1.3...4.1.4

4.1.3

14 Mar 12:04
Compare
Choose a tag to compare

What's Changed

  • Bump nexus-staging-maven-plugin from 1.6.11 to 1.6.12 by @dependabot in #73
  • Bump maven-war-plugin from 3.3.1 to 3.3.2 by @dependabot in #74
  • Bump dependency-check-maven from 6.5.3 to 7.0.0 by @dependabot in #75
  • Bump logback-classic from 1.2.10 to 1.2.11 by @dependabot in #76
  • Bump mockito.version from 4.3.1 to 4.4.0 by @dependabot in #77
  • Added flag to initialise the javascript settings for new ConfigurationProvider instances by @renewolfert in #78
  • Bump maven-compiler-plugin from 3.10.0 to 3.10.1 by @dependabot in #80

New Contributors

Full Changelog: 4.1.2...4.1.3

4.1.2

22 Feb 14:10
Compare
Choose a tag to compare

What's Changed

Version bumps

New Contributors

Full Changelog: 4.1.1...4.1.2

4.1.1

13 Nov 11:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.1.1

v4.1.0

09 Nov 17:02
Compare
Choose a tag to compare
v4.1.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.0.1...4.1.0

v4.0.1

20 Aug 09:40
Compare
Choose a tag to compare

Bugfix release: Making sure that JSP tag logic is not invoked if CSRFGuard is disabled by configuration. Thanks to @alexhatz05