mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #2650] [MERGED] Mitigate attachment/send upload issues #3124
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/2650
Author: @BlackDex
Created: 7/27/2022
Status: ✅ Merged
Merged: 7/27/2022
Merged by: @dani-garcia
Base:
main← Head:mitigate-mobile-client-uploads📝 Commits (1)
abfa868Mitigate attachment/send upload issues📊 Changes
2 files changed (+22 additions, -0 deletions)
View changed files
📝
src/api/core/ciphers.rs(+11 -0)📝
src/api/core/sends.rs(+11 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
text/plainAPI responses toapplication/json#3219