Skip to content

Releases: AikidoSec/firewall-java

v1.1.3

23 Jun 15:27
38611d5

Choose a tag to compare

What's Changed

  • Adds support for Spring V2 Applications
  • Improves & fixes debug logging
  • Slightly improved testing workflows

Full Changelog: v1.1.2...v1.1.3

v1.1.2

19 Jun 08:47
0dd1342

Choose a tag to compare

What's Changed

  • Now reports statistics on blocked and monitored bot blocking & ip lists
  • Reports dialect in case of sql injection

v1.1.2-beta.3

18 Jun 14:50
0dd1342

Choose a tag to compare

v1.1.2-beta.3 Pre-release
Pre-release
Merge pull request #173 from AikidoSec/fix-monitoring-ip-issues

IP/UA Stats: Clean up

v1.1.2-beta.2 (pre-release)

13 May 09:37
841ad6b

Choose a tag to compare

Pre-release

What's Changed

  • Reports IPList/Botlist statistics
  • Reports dialect in case of a sql injection

v1.1.1

29 Apr 07:40
9fc9e9d

Choose a tag to compare

What's Changed

  • Now supports SQLite
  • More accurate reporting of hits for outbound hostnames
  • Minor bugfixes and improvements

v1.1.1 (beta)

28 Apr 10:04
9fc9e9d

Choose a tag to compare

v1.1.1 (beta) Pre-release
Pre-release

What's Changed

  • Now supports SQLite
  • More accurate reporting of hits for outbound hostnames
  • Minor bugfixes and improvements

v1.1.0

11 Apr 13:40
0d34f29

Choose a tag to compare

What's Changed

  • Warning: The way the release zipfile is created changed, when you unzip zen.zip it's now zen/ instead of dist/
  • Major: Use shared memory with locks instead of IPC - results in decreased overhead
  • Reports operation statistics (i.e. how many I/O operations scanned)
  • Now shows the reason for blocking a request
  • Minor SSRF Optimization

v1.1.2 Pre-Release

08 Apr 13:33

Choose a tag to compare

v1.1.2 Pre-Release Pre-release
Pre-release

What's Changed

  • Moved to the split up mutex PRs
  • Reports sink statistics

Why is this a pre-release?

  • The code has not yet been fully approved
  • We want to test this extensively before release

v1.0.11

25 Mar 17:44
e0b977d

Choose a tag to compare

What's Changed

  • Fix an exploit in Spring and Javalin that allowed a bypass via the cookies
  • Fix an exploit in Spring and Javalin where, depending on the function used, Spring/Javalin would return different headers.

v1.0.10

25 Mar 15:08
de374b0

Choose a tag to compare

What's Changed

  • Add support for the new IP Allowlists
  • Minor SSRF bugfix (Host header could have been flagged if the app made requests to itself)
  • Minor improvements to private IP detection