0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00
bitwarden_rs/src/api/core
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
..
two_factor Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
accounts.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
ciphers.rs Mitigate attachment/send upload issues 2022-07-27 17:12:04 +02:00
emergency_access.rs Add more clippy checks for better code/readability 2022-07-10 16:39:38 +02:00
folders.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
mod.rs Fix for issue #2566 2022-06-21 17:36:07 +02:00
organizations.rs Upgrade dependencies and swap lettre to async transport 2022-07-06 23:57:37 +02:00
sends.rs Mitigate attachment/send upload issues 2022-07-27 17:12:04 +02:00