1
0
Fork 0
vaultwarden-test/src
BlackDex abfa868423
Mitigate attachment/send upload issues
This PR attends to mitigate (not fix) #2644.
There seems to be an issue when uploading files either as attachment or
via send via the mobile (Android) client.

The binary data gets transfered correctly to Vaultwarden (Checked via
Wireshark), but the data is not parsed correctly for some reason.

Since the parsing is not done by Vaultwarden it self, i think we should
at least try to prevent saving the data and letting users think all
fine.

Further investigation is needed to actually fix this issue.
This is just a quick patch.
2022-07-27 17:12:04 +02:00
..
api Mitigate attachment/send upload issues 2022-07-27 17:12:04 +02:00
db Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
static Fix identicons not always working 2022-06-22 16:38:16 +02:00
auth.rs Remove read_file and read_file_string and replace them with the std alternatives 2022-07-15 19:13:26 +02:00
config.rs Fix issue with CSP and icon redirects 2022-07-17 16:21:03 +02:00
crypto.rs Increase length limit for email token generation 2022-01-24 01:17:00 -08:00
error.rs Migrate old ws crate to tungstenite, which is async and also removes over 20 old dependencies 2022-06-04 19:13:39 +02:00
mail.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
main.rs Fix persistent folder check within containers 2022-07-20 13:29:39 +02:00
ratelimit.rs Basic ratelimit for user login (including 2FA) and admin login 2021-12-22 21:48:49 +01:00
util.rs Fix issue with CSP and icon redirects 2022-07-17 16:21:03 +02:00