Skip to content

Releases: AikidoSec/firewall-java

v1.0.10

25 Mar 15:08
de374b0
Compare
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

v1.1.0 (Alpha)

18 Mar 12:30
Compare
Choose a tag to compare
v1.1.0 (Alpha) Pre-release
Pre-release
v1.1.0-alpha

Add 1ms sleep to SpringBootPostgres app

v1.0.9

18 Mar 08:08
37803b8
Compare
Choose a tag to compare

What's Changed

  • Now checks all matching routes for forced-off protection
  • Now supports CIDR ranges for bypassed IPs and allowlisted IPs per route
  • Sliding window rate-limiting
  • Slightly improved route discovery
  • Updated SQL Injection algorithm

v1.0.8

31 Jan 17:17
692fdd4
Compare
Choose a tag to compare

What's Changed

  • Add full webflux support

v1.0.7

31 Jan 14:13
2e6a151
Compare
Choose a tag to compare

What's Changed

  • Better IP Reporting

v1.0.6

29 Jan 22:20
fa7a2b9
Compare
Choose a tag to compare

What's Changed

  • Don't block bypassed IP's that are in blocklists
  • More File constructor coverage
  • Maven app + instructions
  • Minor SSRF bugfix
  • More e2e testing

v1.0.5

29 Jan 17:31
8c827dc
Compare
Choose a tag to compare

What's Changed

  • AIK-4390 Fix: Javalin route reporting not respecting status codes by @bitterpanda63 in #115

v1.0.4

29 Jan 14:54
769d922
Compare
Choose a tag to compare

What's Changed

v1.0.3

28 Jan 14:37
1a90bd8
Compare
Choose a tag to compare

What's Changed

  • More webflux support (still a work in progress)
  • Rename AIKIDO_BLOCKING to AIKIDO_BLOCK

v1.0.2

23 Jan 13:32
dac9126
Compare
Choose a tag to compare

What's Changed

  • Add Javalin middleware & docs (Now officially supported!)
  • Report attack statistics, hits, and middleware installed
  • We now load binaries in the beginning with better error logging
  • More sample apps & testing with opentel (is compatible)
  • Include user in attack event