Skip to content

Releases: AikidoSec/firewall-python

v1.2.26

12 Nov 09:35

Choose a tag to compare

What's Changed

  • Fixes SSRF bug with urlencoded dots
  • Fixes double slashes in reporting route to core
  • Fixes for Stored SSRF attacks
  • Reduces reporting of unnecessary attack data
  • Improvements in linting
  • Various fixes & improvements for repository, workflows & unit tests
  • Excludes test files from pypi release

v1.2.26 Beta

05 Nov 13:44

Choose a tag to compare

v1.2.26 Beta Pre-release
Pre-release

What's Changed

  • Fix: multiple slashes in routes now ignored, helps with rate-limiting config.
  • Fix: SSRF issue with urlencoded dots
  • Fix: stored SSRF attacks are now blocked & reported to core
  • Reduces reporting of unnecessary attack data
  • Fixes a lot of linter issues
  • Various fixes & improvements for repository, workflows & unit tests

v1.2.25 - lambda beta

29 Oct 18:37

Choose a tag to compare

v1.2.25 - lambda beta Pre-release
Pre-release

What's Changed

  • Beta release for lambda

v1.2.25

16 Oct 11:52

Choose a tag to compare

What's Changed

  • LangChain: Add openAI & Anthropic support
  • Add a check on the python version, and don't start Zen if the version is not supported.
  • Fix a bug in path traversal algorithm for paths containing multiple slashes
  • Fix a bug that can cause recursion on startup in rare cases
  • Improve test cases & e2e tests
  • Make [Ctrl-C] exits with zen graceful for gUnicorn

v1.2.25 - Lambda beta

16 Oct 12:09

Choose a tag to compare

v1.2.25 - Lambda beta Pre-release
Pre-release
v1.2.25b0

Merge branch 'main' into add-aws-lambda-support-beta

v1.2.24

01 Oct 12:47

Choose a tag to compare

What's Changed

  • Improved sqli algorithm
  • Minor performance improvements

v1.2.24b2

30 Sep 11:06

Choose a tag to compare

v1.2.24b2 Pre-release
Pre-release

Full Changelog: v1.2.24b1...v1.2.24b2

v1.2.24b1

30 Sep 10:10

Choose a tag to compare

v1.2.24b1 Pre-release
Pre-release

Full Changelog: v1.2.24b0...v1.2.24b1

v1.2.24b0

30 Sep 07:26

Choose a tag to compare

v1.2.24b0 Pre-release
Pre-release
set I/O calls limit to 25

v1.2.23

29 Sep 12:26

Choose a tag to compare

What's Changed

  • Performance optimizations for single-interpreter programs
  • Now supports number arrays in route building algorithm
  • adds warning log when running with gevent
  • adds groq AI support