-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew functionalityNew functionality
Description
Is there an existing issue for this?
- I have searched the existing issues
Proposal
-
Evaluate how host key/fingerprint checks are handled.
- In
SFTP.cs, ifFingerprintisnull, “args.CanTrust = true” simply accepts all remote host keys. This may be appropriate for development but is a security risk in production. A better approach is to fail if no fingerprint is given, or store known trusted hosts in a configuration.
- In
-
Avoid storing secrets in plain text.
- The “
Client” class holds username/password. For larger/production-grade scenarios, consider using a secret store, environment variables, or an external vault.
- The “
Metadata
Metadata
Assignees
Labels
enhancementNew functionalityNew functionality