Skip to content

v1.47.3: Throttling Fix & Brute Force Protections

Compare
Choose a tag to compare
@pglombardo pglombardo released this 25 Oct 13:02
· 43 commits to refs/heads/master since this release
e4e0bcf

📝 What’s Changed

This PR fixes a bug with throttling where if throttling values in settings.yml were commented out, it could cause a stack traces. Now, commenting out throttling values will disable throttling entirely.

Additionally, protections are now in place to rate limit login attempts to make brute force attacks more difficult.

  • Throttling fix & Add protection against login brute forcing (#2685) @pglombardo

⬆️ Dependencies updates

👥 List of contributors

@dependabot, @dependabot[bot] and @pglombardo

🛥️ Docker Images

Available on Docker Hub:
https://hub.docker.com/r/pglombardo/pwpush

🏃‍♂️ Run This Version

docker run -d -p 5100:5100 pglombardo/pwpush:1.47.3

..and go to http://localhost:5100

🔗 Useful Links