mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-04-19 22:19:49 -04:00
- Added a new function `validate_instance_name` to ensure instance names are secure and conform to specified criteria, preventing path traversal attacks. - Updated the CLI and daemon to utilize the new validation function when processing instance names. - Refactored the `RpcServer` to replace the `CoreInstanceManager` with a direct `Core` instance, simplifying the architecture. - Removed the `instance.rs` file as its functionality has been integrated into the main daemon logic.