Releases: AikidoSec/firewall-php
Releases · AikidoSec/firewall-php
v1.0.108
v1.0.107
- Improved path traversal detection
v1.0.106
- Added support for PHP 8.4
v1.0.105
- Added support for hooking file compilation functions (include, include_once, require, require_once) and checking these for path traversal
- These sink are called only once per file when OpCache is enabled (which is the default setting for most PHP deployments)
- Added stats reporting for these sinks
v1.0.104
- Added support for performance monitoring and reporting of sink stats
v1.0.103
- Performance improvements
- Fix SQL injection detection edge cases
v1.0.102
- Fixed an issue where the IP address was not displayed with the blocking message
v1.0.101
- Added generic IP blocklist protection
v1.0.100
- Geo-blocking support
- Added middleware detection logic
v1.0.99
Merge pull request #97 from AikidoSec/support-laravel-env Extensive Forge & Laravel support