Releases: crowdsecurity/php-cs-bouncer
Releases · crowdsecurity/php-cs-bouncer
3.2.0
Added
- Add protected
buildRequestRawBody
helper method toAbstractBouncer
class
3.1.0
Changed
- Update
crowdsec/remediation-engine
dependency tov3.5.0
(appsec_max_body_size_kb
and
appsec_body_size_exceeded_action
settings)
3.0.0
Added
- Add AppSec support
- Add
use_appsec
configuration
Changed
- Breaking change: Add abstract methods that must be implemented to use AppSec:
getRequestHost
getRequestHeaders
getRequestRawBody
getRequestUserAgent
bounceCurrentIp
method asks for AppSec remediation ifuse_appsec
is true and IP remediation isbypass
- Update
crowdsec/common
dependency tov2.3.0
- Update
crowdsec/remediation-engine
dependency tov3.4.0
Removed
- Breaking change: Remove
DEFAULT_LAPI_URL
constant as it already exists incrowdsec/lapi-client
package
2.2.0
Changed
- Change the visibility of
AbstractBouncer::getBanHtml
andAbstractBouncer::getCaptchaHtml
toprotected
to enable custom html rendering implementation
2.1.0
Changed
- Update
gregwar/captcha
from1.2.0
to1.2.1
and remove override fixes - Update
crowdsec/common
dependency tov2.2.0
(api_connect_timeout
setting) - Update
crowdsec/remediation-engine
dependency tov3.3.0
(api_connect_timeout
setting)
2.0.0
Changed
- Update
gregwar/captcha
from1.1.9
to1.2.0
and remove some override fixes
Removed
- Remove all code about standalone bouncer
1.4.0
1.3.0
Changed
- Use
crowdsec/remediation-engine
^3.1.1
instead of^3.0.0
- Use Redis and PhpFiles cache without cache tags
1.2.0
Changed
- Use
crowdsec/remediation
^3.0.0
instead of^2.0.0
Added
- Add a script to prune cache with a cron job (Standalone bouncer)