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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:secure-send📝 Commits (1)
a997f01Secure send file uploads📊 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.