mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-06 20:38:51 +03:00
a9e9a397d8
Prevent clients from updating a cipher if the local copy is stale. Validation is only performed when the client provides its last known revision date; this date isn't provided when using older clients, or when the operation doesn't involve updating an existing cipher. Upstream PR: https://github.com/bitwarden/server/pull/994