Compare with previous release
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 if use_appsec is true and IP remediation is bypass
- Update
crowdsec/common dependency to v2.3.0
- Update
crowdsec/remediation-engine dependency to v3.4.0
Removed
- Breaking change: Remove
DEFAULT_LAPI_URL constant as it already exists in crowdsec/lapi-client package