[PR #4810] [MERGED] Secure send file uploads #12365

Closed
opened 2026-04-20 15:41:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4810
Author: @BlackDex
Created: 7/31/2024
Status: Merged
Merged: 7/31/2024
Merged by: @dani-garcia

Base: mainHead: secure-send


📝 Commits (1)

📊 Changes

1 file changed (+51 additions, -3 deletions)

View changed files

📝 src/api/core/sends.rs (+51 -3)

📄 Description

Currently there are no checks done during the actual upload of the file of a send item.
This PR adds several checks to make sure it only accepts the correct uploads.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4810 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `secure-send` --- ### 📝 Commits (1) - [`a997f01`](https://github.com/dani-garcia/vaultwarden/commit/a997f013110c935e543de5f22b07287c28a507c6) Secure send file uploads ### 📊 Changes **1 file changed** (+51 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/sends.rs` (+51 -3) </details> ### 📄 Description Currently there are no checks done during the actual upload of the file of a send item. This PR adds several checks to make sure it only accepts the correct uploads. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-20 15:41:42 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#12365