Skip to content

3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 04 Oct 05:10
· 7 commits to main since this release
caa5509

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