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.15.0 to 0.20.0 #84

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps crowdsec/bouncer from 0.15.0 to 0.20.0.

Release notes

Sourced from crowdsec/bouncer's releases.

0.20.0

Changed

  • Require a minimum of 1 for clean_ip_cache_duration and bad_ip_cache_duration settings
  • Do not use session for geolocation if save_in_session setting is not true.

0.19.0

Added

  • Add excluded_uris configuration to exclude some uris (was hardcoded to /favicon.ico)

Changed

  • Change the redirection after captcha resolution to / (was $_SERVER['REQUEST_URI']')

Fixed

  • Fix Standalone bouncer session handling

0.18.0

Changed

  • Breaking change: Change trust_ip_forward_array symfony configuration node to an array of array.

0.17.1

Removed

  • Remove testing scripts for quality gate test

0.17.0

Changed

  • Breaking change: Refactor some logic of important methods (init, run, safelyBounce, getBouncerInstance)
  • Breaking change: Change the configurations' verification by using symfony/config logic whenever it is possible
  • Breaking change: Change scripts path, name and content (specifically auto-prepend-file' scripts and settings)
  • Breaking change: Change IBounce interface
  • Breaking change: Rename StandAloneBounce class by StandaloneBounce
  • Rewrite documentations

Fixed

  • Fix api_timeout configuration

Removed

  • Remove all unmaintained test and development docker files, sh scripts and associated documentation
  • Remove StandaloneBounce::isConfigValid method as all is already checked

0.16.0

Added

  • Add geolocation feature to get remediation from Country scoped decisions (using MaxMind databases)
  • Add end-to-end tests GitHub action
  • Add GitHub action to check links in markdown and update TOC

Changed

  • Breaking change: Remove live_mode occurrences and use stream_mode instead
  • Change PHP scripts for testing examples (auto-prepend, cron)
  • Update docs

Fixed

  • Fix debug log in no-dev environment
  • Fix empty logs in Unit Tests
Changelog

Sourced from crowdsec/bouncer's changelog.

[0.20.0] - 2022-03-31

Changed

  • Require a minimum of 1 for clean_ip_cache_duration and bad_ip_cache_duration settings
  • Do not use session for geolocation if save_in_session setting is not true.

[0.19.0] - 2022-03-24

Added

  • Add excluded_uris configuration to exclude some uris (was hardcoded to /favicon.ico)

Changed

  • Change the redirection after captcha resolution to / (was $_SERVER['REQUEST_URI']')

Fixed

  • Fix Standalone bouncer session handling

[0.18.0] - 2022-03-18

Changed

  • Breaking change: Change trust_ip_forward_array symfony configuration node to an array of array.

[0.17.1] - 2022-03-17

Removed

  • Remove testing scripts for quality gate test

[0.17.0] - 2022-03-17

Changed

  • Breaking change: Refactor some logic of important methods (init, run, safelyBounce, getBouncerInstance)
  • Breaking change: Change the configurations' verification by using symfony/config logic whenever it is possible
  • Breaking change: Change scripts path, name and content (specifically auto-prepend-file' scripts and settings)
  • Breaking change: Change IBounce interface
  • Breaking change: Rename StandAloneBounce class by StandaloneBounce
  • Rewrite documentations

Fixed

  • Fix api_timeout configuration

Removed

  • Remove all unmaintained test and development docker files, sh scripts and associated documentation
  • Remove StandaloneBounce::isConfigValid method as all is already checked

[0.16.0] - 2022-03-10

Added

  • Add geolocation feature to get remediation from Country scoped decisions (using MaxMind databases)
  • Add end-to-end tests GitHub action

... (truncated)

Commits
  • b09d9e9 Merge pull request #80 from julienloizelet/feature/update-geoloc-and-cache-co...
  • 4797c86 feat(*): Prepare release 0.20.0
  • fe53bef feat(cache): Require a minimum of 1 second for cache durations
  • d6f99c1 feat(geolocation): Use session only if save_in_session setting is still active
  • 9c69188 docs(install): Add required php extensions
  • f75035f ci(dependabot): Ignore phpunit
  • 3d2156c Merge pull request #79 from julienloizelet/feature/78-fix-session-and-redirec...
  • 80c938a feat(*): Prepare release 0.19.0
  • 342acdb ci(test suite): Use 1.19.1 version of ddev
  • c9768bc feat(*): Modify session handlind, add excluded_uris setting and revert name c...
  • 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.