1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2025-02-01 10:17:01 +01:00
vaultwarden/src/api/core
Mathijs van Veluw d04b94b77d
Some fixes for emergency access (#4715)
- Add missing `Headers` parameter for some functions
   This allowed any request from allowing these endpoints by not validating the user correctly.
 - Changed the functions to retreive the emergency access record by
   using the user uuid which calls the endpoint, instead of validating afterwards.
   This is more secure and prevents the need of an if check.
2024-07-08 23:39:22 +02:00
..
two_factor Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
accounts.rs Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
ciphers.rs add group support for Cipher::get_collections() (#4592) 2024-07-04 20:28:19 +02:00
emergency_access.rs Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
events.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
folders.rs Fix duplicate folder creations during import (#4702) 2024-07-04 19:57:32 +02:00
mod.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
organizations.rs Change some missing PascalCase keys (#4671) 2024-06-24 21:17:59 +02:00
public.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00
sends.rs Change API and structs to camelCase (#4386) 2024-06-23 21:31:02 +02:00