[PR #2078] [MERGED] Fix missing encrypted key after emergency access reject #3306

Closed
opened 2025-10-09 18:20:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/2078
Author: @jjlin
Created: 10/31/2021
Status: Merged
Merged: 11/1/2021
Merged by: @dani-garcia

Base: mainHead: fix-ea-reject


📝 Commits (1)

  • 1440839 Fix missing encrypted key after emergency access reject

📊 Changes

1 file changed (+0 additions, -1 deletions)

View changed files

📝 src/api/core/emergency_access.rs (+0 -1)

📄 Description

Rejecting an emergency access request should transition the grantor/grantee
relationship back into the Confirmed state, and the grantor's encrypted key
should remain in escrow rather than being cleared, or else future emergency
access requsts from that grantee will fail.

This probably fixes #2061.


🔄 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/2078 **Author:** [@jjlin](https://github.com/jjlin) **Created:** 10/31/2021 **Status:** ✅ Merged **Merged:** 11/1/2021 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-ea-reject` --- ### 📝 Commits (1) - [`1440839`](https://github.com/dani-garcia/vaultwarden/commit/14408396bbdcc360177d104883f7b111de07cd77) Fix missing encrypted key after emergency access reject ### 📊 Changes **1 file changed** (+0 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/emergency_access.rs` (+0 -1) </details> ### 📄 Description Rejecting an emergency access request should transition the grantor/grantee relationship back into the `Confirmed` state, and the grantor's encrypted key should remain in escrow rather than being cleared, or else future emergency access requsts from that grantee will fail. This probably fixes #2061. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:20:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3306