[PR #24] [MERGED] Brute force protection #31

Closed
opened 2026-03-02 03:51:23 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dignajar/another-ldap-auth/pull/24
Author: @dignajar
Created: 6/8/2021
Status: Merged
Merged: 6/14/2021
Merged by: @dignajar

Base: masterHead: refactor/include-brute-force-protection


📝 Commits (10+)

📊 Changes

5 files changed (+110 additions, -3 deletions)

View changed files

📝 README.md (+7 -0)
files/bruteforce.py (+68 -0)
📝 files/cache.py (+0 -1)
📝 files/main.py (+34 -1)
📝 files/requirements.txt (+1 -1)

📄 Description

  • Brute force protection for IPs
  • Remove header Server: Werkzeug/2.0.1 Python/3.9.5 to avoid return what is the server type running

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dignajar/another-ldap-auth/pull/24 **Author:** [@dignajar](https://github.com/dignajar) **Created:** 6/8/2021 **Status:** ✅ Merged **Merged:** 6/14/2021 **Merged by:** [@dignajar](https://github.com/dignajar) **Base:** `master` ← **Head:** `refactor/include-brute-force-protection` --- ### 📝 Commits (10+) - [`e1ce591`](https://github.com/dignajar/another-ldap-auth/commit/e1ce591236f699cbe284074338cf5d7499b2fdac) Include Brute force protection - [`5fa6fc9`](https://github.com/dignajar/another-ldap-auth/commit/5fa6fc95d3d21bc3a24157779c2f1c494b183410) expire IP and improve comments - [`ffd2734`](https://github.com/dignajar/another-ldap-auth/commit/ffd27348a93df63d7d8cf53ff280156c823749a3) remove libraries unused - [`5fc4e4d`](https://github.com/dignajar/another-ldap-auth/commit/5fc4e4d11b6010af5b3e5af1af20fdde66a2b5f3) move variables - [`e0f5b86`](https://github.com/dignajar/another-ldap-auth/commit/e0f5b86b6ba5c1ff7aed251c544718fae5956f6e) update readme - [`b47882b`](https://github.com/dignajar/another-ldap-auth/commit/b47882b777a987359fe74328e2b9d8e366cd8a28) change brute force protection from minutes to seconds - [`6aef661`](https://github.com/dignajar/another-ldap-auth/commit/6aef6616eef3dc7a1151edf10a906ce78ba88997) Owerwrite Server header - [`8ca3c3b`](https://github.com/dignajar/another-ldap-auth/commit/8ca3c3bb1f472a4e5628726a79ca596f140684fb) bugfix for ip expiration - [`6e291c3`](https://github.com/dignajar/another-ldap-auth/commit/6e291c3240d120301fa32e69504521f2ed7aad6f) update flask - [`a8e548e`](https://github.com/dignajar/another-ldap-auth/commit/a8e548ebe19c009f14d5c4bf261a27f6b46dbd1e) Change log phrases ### 📊 Changes **5 files changed** (+110 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+7 -0) ➕ `files/bruteforce.py` (+68 -0) 📝 `files/cache.py` (+0 -1) 📝 `files/main.py` (+34 -1) 📝 `files/requirements.txt` (+1 -1) </details> ### 📄 Description - Brute force protection for IPs - Remove header `Server: Werkzeug/2.0.1 Python/3.9.5` to avoid return what is the server type running --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 03:51:23 +03:00
Sign in to join this conversation.
No labels
bug
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/another-ldap-auth#31
No description provided.