vaultwarden/src
BlackDex 0d2399d485
Prevent DNS leak when icon regex is configured
When a icon blacklist regex was configured to not check for a domain, it
still did a DNS lookup first. This could cause a DNS leakage for these
regex blocked domains.

This PR resolves this issue by first checking the regex, and afterwards
the other checks.

Fixes #2909
2022-11-14 17:25:44 +01:00
..
api Prevent DNS leak when icon regex is configured 2022-11-14 17:25:44 +01:00
db Update Rust version, deps and workflow 2022-11-09 22:40:00 +01:00
static Prevent DNS leak when icon regex is configured 2022-11-14 17:25:44 +01:00
auth.rs Update Rust version, deps and workflow 2022-11-09 22:40:00 +01:00
config.rs Update Rust version, deps and workflow 2022-11-08 14:03:31 +01:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Update to diesel2 2022-10-23 00:49:23 +02:00
mail.rs use static_files() for email attachments 2022-10-19 20:39:13 +02:00
main.rs Update Rust version, deps and workflow 2022-11-09 22:40:00 +01:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Update Rust version, deps and workflow 2022-11-09 22:40:00 +01:00