You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+55Lines changed: 55 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,63 @@ It is originally based on the excellent
16
16
17
17
If you wish to contribute to the project, please refer to the [contributing guide](/CONTRIBUTING.md).
18
18
19
+
---
20
+
21
+
## Delos Fork
22
+
23
+
This is a fork maintained by [Delos Intelligence](https://delos.so) with custom security enhancements. We maintain patched releases based on stable upstream versions.
24
+
25
+
### Security Patches
26
+
27
+
This fork includes **4 custom security patches**:
28
+
29
+
1. **Timing Attack Prevention** - Bcrypt-based constant-time password verification to prevent user enumeration
30
+
2. **Cache-Control Headers** - RFC 6749 compliant `Cache-Control: no-store` headers on all token endpoints
31
+
3. **Require Current Password** - Optional protection against password changes via session hijacking
32
+
4. **OTP Brute Force Protection** - Max 3 failed OTP attempts with automatic token invalidation
0 commit comments