When a support string is generated the masked entries still show certain info:
length of a password, user, database name in the DB URL
length of smtp username
domain length and TLD length, if subdomain is used or a sub directory
length and format of smtp_from
This change masks the fields with *** as it is done for passwords.
🔄 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/2878
**Author:** [@tessus](https://github.com/tessus)
**Created:** 10/31/2022
**Status:** ❌ Closed
**Base:** `main` ← **Head:** `fix/privacy-mask`
---
### 📝 Commits (2)
- [`e5a607b`](https://github.com/dani-garcia/vaultwarden/commit/e5a607b5e9f91a200ff5e2ce6ea1446dc2d38db9) make support string more secure
- [`27e1c94`](https://github.com/dani-garcia/vaultwarden/commit/27e1c947dae0c65eafcdd46afa1975c1e04cf1dd) don't mask `,` at all
### 📊 Changes
**1 file changed** (+13 additions, -9 deletions)
<details>
<summary>View changed files</summary>
📝 `src/config.rs` (+13 -9)
</details>
### 📄 Description
When a support string is generated the masked entries still show certain info:
- length of a password, user, database name in the DB URL
- length of smtp username
- domain length and TLD length, if subdomain is used or a sub directory
- length and format of smtp_from
This change masks the fields with `***` as it is done for passwords.
---
<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/2878
Author: @tessus
Created: 10/31/2022
Status: ❌ Closed
Base:
main← Head:fix/privacy-mask📝 Commits (2)
e5a607bmake support string more secure27e1c94don't mask,at all📊 Changes
1 file changed (+13 additions, -9 deletions)
View changed files
📝
src/config.rs(+13 -9)📄 Description
When a support string is generated the masked entries still show certain info:
This change masks the fields with
***as it is done for passwords.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.