Skip to content

Releases: AikidoSec/firewall-python

v1.2.34

13 Apr 10:47
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • Allow disabling rate limiting for users via exceptions list from core

v1.2.33

10 Apr 14:42
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

  • Fix FastAPI support for 0.118+
  • Fix route discovery for FastAPI 0.70.0

v1.2.33b0

09 Apr 12:38
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

v1.2.33b0 Pre-release
Pre-release
  • Fix FastAPI support for 0.118+
  • Fix route discovery for FastAPI 0.70.0

v1.2.32

05 Mar 10:59

Choose a tag to compare

What's Changed

  • Add sqlite3 native library support

v1.2.31

12 Feb 13:44

Choose a tag to compare

What's Changed

  • Adds protection for async usage of psycopg library
  • Faster ip matching for non-windows devices
  • Marks /app and /code as confidential root directories for path traversal detection
  • Fixes bypass using current directory statements in path traversal detection
  • Fixes shell injection bypass using \r and \f
  • Improved SQL Injection detection: updated zen-internals to v0.1.60
  • Minor development workflow & sample app updates

v1.2.30

24 Dec 12:40

Choose a tag to compare

What's Changed

  • Outbound domain blocking: Do not try and enforce bypassed ip list

v1.2.30b0

24 Dec 12:04

Choose a tag to compare

v1.2.30b0 Pre-release
Pre-release

What's Changed

  • Outbound domains: do not take bypassed IPs into account

v1.2.29

24 Dec 10:33

Choose a tag to compare

What's Changed

  • Outbound domain blocking
  • README clarifications regarding WSGI/ASGI

v1.2.29 beta 1

23 Dec 13:55

Choose a tag to compare

v1.2.29 beta 1 Pre-release
Pre-release

What's Changed

  • outbound domain blocking: normalize punycode

v1.2.29 beta

23 Dec 13:11

Choose a tag to compare

v1.2.29 beta Pre-release
Pre-release

What's Changed

  • Adds outbound domain blocking
  • README clarification