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
37 stars 6 forks source link

chore(deps): bump crowdsec/bouncer from 0.35.0 to 0.36.0 #121

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps crowdsec/bouncer from 0.35.0 to 0.36.0.

Release notes

Sourced from crowdsec/bouncer's releases.

0.36.0

Compare with previous release

Changed

  • Breaking changes: All the code has been refactored to use crowdsec/remediation-engine package:
    • Lot of public methods have been deleted or replaced by others
    • A bouncer should now extend an AbstractBouncer class and implements some abstract methods
    • Some settings names have been changed
Changelog

Sourced from crowdsec/bouncer's changelog.

0.36.0 - 2023-01-26

Compare with previous release

Changed

  • Breaking changes: All the code has been refactored to use crowdsec/remediation-engine package:
    • Lot of public methods have been deleted or replaced by others
    • A bouncer should now extend an AbstractBouncer class and implements some abstract methods
    • Some settings names have been changed

Commits
  • 71d10a8 Merge pull request #116 from crowdsecurity/toc-generator/update-toc-0
  • c2a8c2f chore(docs): update TOC
  • 2948249 Merge pull request #115 from julienloizelet/feat/use-remediation-engine
  • 5a77c5e test(sonarcloud): launch check again
  • c76968b feat(exception): Chain exception when possible
  • 673fffd docs(changelog): Prepare release 0.36.0
  • 295be55 feat(error handler): Catch Throwable and do not use set_error_handler anymore
  • 0bc67c7 docs(user): Update apache configuration for auto_prepend directive
  • 377507c feat(auto-prepend): Move custom error handler logic to auto-prepend file
  • 6014d8e test(end-to-end): Add test for captcha flow
  • 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 1 year ago

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