Skip to content

Releases: AikidoSec/firewall-php

v1.0.108

20 Jan 12:20
f11014b
Compare
Choose a tag to compare
  • Added support for Linux ARM64 (deb & rpm)

v1.0.107

17 Jan 21:22
8631633
Compare
Choose a tag to compare
  • Improved path traversal detection

v1.0.106

17 Jan 14:20
89cd422
Compare
Choose a tag to compare
  • Added support for PHP 8.4

v1.0.105

16 Jan 18:18
7706df8
Compare
Choose a tag to compare
  • 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

09 Jan 10:20
39f9449
Compare
Choose a tag to compare
  • Added support for performance monitoring and reporting of sink stats

v1.0.103

03 Jan 11:38
Compare
Choose a tag to compare
  • Performance improvements
  • Fix SQL injection detection edge cases

v1.0.102

17 Dec 13:54
Compare
Choose a tag to compare
  • Fixed an issue where the IP address was not displayed with the blocking message

v1.0.101

16 Dec 17:44
3a1c6d7
Compare
Choose a tag to compare
  • Added generic IP blocklist protection

v1.0.100

13 Dec 10:36
a8bc34c
Compare
Choose a tag to compare
  • Geo-blocking support
  • Added middleware detection logic

v1.0.99

06 Dec 00:15
8920e07
Compare
Choose a tag to compare
Merge pull request #97 from AikidoSec/support-laravel-env

Extensive Forge & Laravel support