crowdsecurity / cs-wordpress-bouncer

CrowdSec is an open-source cyber security tool. This plugin blocks detected attackers or display them a captcha to check they are not bots.
https://wordpress.org/plugins/crowdsec/
MIT License
34 stars 6 forks source link

chore(deps): bump crowdsec/bouncer from 0.14.0 to 0.15.0 #75

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps crowdsec/bouncer from 0.14.0 to 0.15.0.

Release notes

Sourced from crowdsec/bouncer's releases.

0.15.0

Added

  • Add tests for PHP 8.1 (memcached is excluded)
  • Add GitHub action for Release process
  • Add CHANGELOG.md

Changed

  • Remove composer.lock file
  • Use BouncerException for some specific errors

Fixed

  • Fix auto-prepend script: set debug_mode and display_errors values before bouncer init
  • Fix gregwar/captcha for PHP 8.1
  • Fix BouncerException arguments in set_error_handler method
Changelog

Sourced from crowdsec/bouncer's changelog.

[0.15.0] - 2022-02-24

Added

  • Add tests for PHP 8.1 (memcached is excluded)
  • Add GitHub action for Release process
  • Add CHANGELOG.md

Changed

  • Remove composer.lock file
  • Use BouncerException for some specific errors

Fixed

  • Fix auto-prepend script: set debug_mode and display_errors values before bouncer init
  • Fix gregwar/captcha for PHP 8.1
  • Fix BouncerException arguments in set_error_handler method
Commits
  • 8be7c5c ci(release): Add a release GitHub action and prepare v0.15.0
  • 3fb1428 Merge pull request #63 from julienloizelet/feature/62-gregwar-captcha-fix-for...
  • adf3924 feat(error handling): Use a specific BouncerException for some error
  • 2e9b269 feat(error handling): Use a specific BouncerException that extends RuntimeExc...
  • 764eab7 fix(captcha): Fix Gregwar CaptchaBuilder for PHP 8.1
  • 05ff498 fix(auto-prepend script): Set value before init as config is used in the init...
  • 8f07647 fix(error handler): Use ErrorException as BouncerException has not enough arg...
  • 4c4f379 Merge pull request #59 from julienloizelet/feature/php-8-1
  • 5a17d73 ci(tests): Add Unit test for pull request and workflow_dispatch
  • 4ba1c9b docs(ddev): Add check-ip script documentation for ddev usage
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 2 years ago

Looks like crowdsec/bouncer is up-to-date now, so this is no longer needed.