Refactor the uri match fix and fix ssh-key sync #296

Closed
opened 2025-07-08 08:45:42 -04:00 by AtHeartEngineer · 0 comments

Originally created by @BlackDex on 1/1/2025

Refactor uri match

Refactored the uri match fix to also convert numbers within a string to an int. If it fails it will be null.

Fix ssh-key sync

If any of the mandatory ssh-key json data values are not a string or are an empty string, this will break the mobile clients.
This commit fixes this by checking if any of the values are missing or invalid and converts the json data to null.
It will ensure the clients can sync and show the vault.

Fixes https://github.com/dani-garcia/vaultwarden/issues/5343
Fixes https://github.com/dani-garcia/vaultwarden/issues/5322

*Originally created by @BlackDex on 1/1/2025* ## Refactor uri match Refactored the uri match fix to also convert numbers within a string to an int. If it fails it will be null. ## Fix ssh-key sync If any of the mandatory ssh-key json data values are not a string or are an empty string, this will break the mobile clients. This commit fixes this by checking if any of the values are missing or invalid and converts the json data to `null`. It will ensure the clients can sync and show the vault. Fixes https://github.com/dani-garcia/vaultwarden/issues/5343 Fixes https://github.com/dani-garcia/vaultwarden/issues/5322
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#296