1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-06-09 12:33:53 +00:00
vaultwarden/src/db
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
..
models Some fixes for emergency access (#4715) 2024-07-08 23:39:22 +02:00
schemas Change timestamp data type. (#4355) 2024-03-17 22:04:37 +01:00
mod.rs Update crates, web-vault and GHA (#4648) 2024-06-19 13:06:58 +02:00