Skip to content

Releases: AikidoSec/firewall-node

1.6.15

27 Feb 17:10
f3303e4
Compare
Choose a tag to compare
  • Improve SSRF detection algo (server doing requests to itself)

1.6.14

18 Feb 11:47
75ee2b3
Compare
Choose a tag to compare
  • Improve URLs reported to dashboard (static files with hashes are no longer replaced with :secret)
  • Add support for IP ranges in bypass list

1.6.13

14 Feb 15:21
0dd9902
Compare
Choose a tag to compare

What's Changed

  • Fix import warnings with SyntheticDefaultImports enabled
  • Implement IP allowlist (e.g. geo based)

1.6.12

09 Feb 16:17
9cf9166
Compare
Choose a tag to compare
  • Improved handling of x-forwarded-for header
  • Improved typescript types (optional dependencies)

1.6.11

28 Jan 12:41
94fb2ff
Compare
Choose a tag to compare
  • Never block bypass IP (if it would occur in a blocklist)
  • Config update polling: Increase timeout and improve error logging

1.6.10

27 Jan 14:09
38e877c
Compare
Choose a tag to compare
  • Capture outbound hostname only if the port is known
  • Improved SQL injection detection
  • Show connection failures on startup

1.6.9

21 Jan 08:58
1402d3d
Compare
Choose a tag to compare
  • Add support for Request instance being passed to fetch
  • Improved wrapping for Hono framework

1.6.8

14 Jan 11:55
468e2cb
Compare
Choose a tag to compare
  • Improved path traversal detection
  • Improved SQL injection detection
  • Improved reporting data to dashboard

1.6.7

03 Jan 16:19
d8c8ed1
Compare
Choose a tag to compare
  • Improve SQL injection detection
  • Compatibility for mysql2 3.11.5+

1.6.6

27 Dec 12:36
eea81cb
Compare
Choose a tag to compare
  • Log attacks to the console