Skip to content

Releases: crowdsecurity/php-cs-bouncer

v0.13.2

23 Aug 18:11
Compare
Choose a tag to compare
  • Merge pull request #52 from crowdsecurity/handle-invalid-ip-format

handle invalid ip format

  • bump version to v0.13.2

v0.13.1

01 Jul 12:25
Compare
Choose a tag to compare
  • Merge pull request #50 from crowdsecurity/close-php-session-after-boucing

    close php session after boucing

  • bump version to v0.13.1

v0.13.0

24 Jun 07:22
Compare
Choose a tag to compare

Fix standalone mode

v0.12.0

23 Jun 22:30
Compare
Choose a tag to compare

Add standalone mode

v0.11.0

23 Jun 20:57
Compare
Choose a tag to compare

Add a "Bounce" class to simplify specific implementations

(ex wordpress plugin, magento module etc).

This bounce class handle:

  • The proxies allowlist (to trust the X-Forwarded-For header)
  • Unexpected errors are catched to not block access to the content
  • The wall HTTP responses
  • The captcha business methods (manual refresh of the captcha, form generation, form control)

Add a "Standalone" implementation of the Bounce class

This implementation can be installed to any project using the php flag "auto_prepend_file". You can find a small guide in this release to help you to setup this standalone implementation.

v0.10.0

23 Jan 00:33
Compare
Choose a tag to compare

Add Ipv6 support

v0.9.0

12 Jan 16:20
Compare
Choose a tag to compare
  • Merge pull request #36 from crowdsecurity/custom-remediation-templates

    custom remediation templates

  • bump version to v0.9.0

v0.8.6

04 Jan 17:50
Compare
Choose a tag to compare

Fix version bump

v0.8.5

04 Jan 17:44
000eee4
Compare
Choose a tag to compare

Fix memcached edge case with long duration cache (unwanted int to float conversion)

v0.8.4

26 Dec 08:49
c02ec2b
Compare
Choose a tag to compare
  • Merge pull request #33 from crowdsecurity/fix-fallback

    fix fallback remediation

  • Merge pull request #31 from crowdsecurity/dependabot/github_actions/php-actions/composer-v5

    Bump php-actions/composer from v4 to v5