Skip to content

Releases: AikidoSec/firewall-java

v1.1.10

24 Jul 10:10
fae8f16

Choose a tag to compare

What's Changed

  • Add support for musl
  • Improve coverage for path traversal algorithm
  • Improve SSRF algorithm, including IPv6 urls

v1.1.9

22 Jul 11:27
1e3e32e

Choose a tag to compare

What's Changed

  • SSRF: fix false positive edge case

v1.1.8

22 Jul 09:54
93c0678

Choose a tag to compare

What's Changed

  • Fix SSRF bug where ignore case was not used correctly to compare hostnames
  • Fix SSRF false positive with service hostnames

Full Changelog: v1.1.7...v1.1.8

v1.1.7

07 Jul 15:42
5920555

Choose a tag to compare

What's Changed

  • Add extra trace logs in case of unknown hostname

v1.1.6

07 Jul 12:49
8a515a4

Choose a tag to compare

What's Changed

  • Add support for Object IDs and ULIDs in URLs

v1.1.5

27 Jun 16:07
d57570e

Choose a tag to compare

What's Changed

  • Bugfix with edge case for custom trust stores: requests to cloud now have separate ssl context
  • minor improvements

Full Changelog: v1.1.4...v1.1.5

v1.1.5-beta.3

27 Jun 15:55

Choose a tag to compare

v1.1.5-beta.3 Pre-release
Pre-release
Update to v1.2

v1.1.5-beta.2

27 Jun 15:34

Choose a tag to compare

v1.1.5-beta.2 Pre-release
Pre-release
create a default ssl context

v1.1.5-beta

27 Jun 01:03

Choose a tag to compare

v1.1.5-beta Pre-release
Pre-release
rename startDaemon to startAikidoDaemon

v1.1.4

26 Jun 15:14
4373385

Choose a tag to compare

What's Changed

  • Bugfix with InetAddress.getAllByName(null)
  • Improve logging for wrappers