mirror of
https://github.com/dani-garcia/vaultwarden.wiki.git
synced 2026-08-03 11:23:43 +03:00
Fix filter vulnerability against potential username DoS injection
+1
-1
@@ -119,7 +119,7 @@ Create and fill the following file
|
||||
before = common.conf
|
||||
|
||||
[Definition]
|
||||
failregex = ^.*Username or password is incorrect\. Try again\. IP: <ADDR>\. Username:.*$
|
||||
failregex = ^.*?Username or password is incorrect\. Try again\. IP: <ADDR>\. Username:.*$
|
||||
ignoreregex =
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user