You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a client, you still have little control. But if you would be able to validate that the server is using the newest version.
An idea to improve this:
Add option in config to validate the checksum of the server
Use the github repos newest version to checksum validate that the server that i am connecting to is the newest version of this repo.
The option is already added, but the checksum logic is not created (src/client/main.rs):
// Check if we are asked to validate the server checksumif client_config.get_validate_server(){// TODO: implement checksum validation of server repoifletOk(mut ui) = terminal_ui.lock(){
ui.add_message(format!("{} Validating server repo not implemented!",*WARNING_LOG));}}
The text was updated successfully, but these errors were encountered:
What?
As a client, you still have little control. But if you would be able to validate that the server is using the newest version.
An idea to improve this:
The option is already added, but the checksum logic is not created (src/client/main.rs):
The text was updated successfully, but these errors were encountered: