Releases: AikidoSec/firewall-python
Releases · AikidoSec/firewall-python
v1.2.26
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
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
What's Changed
- Beta release for lambda
v1.2.25
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
v1.2.25b0 Merge branch 'main' into add-aws-lambda-support-beta
v1.2.24
What's Changed
- Improved sqli algorithm
- Minor performance improvements
v1.2.24b2
Full Changelog: v1.2.24b1...v1.2.24b2
v1.2.24b1
Full Changelog: v1.2.24b0...v1.2.24b1
v1.2.24b0
set I/O calls limit to 25
v1.2.23
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