Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/go: scp syntax marked insecure #11401

Closed
zombiezen opened this issue Jun 25, 2015 · 3 comments
Closed

cmd/go: scp syntax marked insecure #11401

zombiezen opened this issue Jun 25, 2015 · 3 comments
Milestone

Comments

@zombiezen
Copy link
Contributor

On go tip (751eef8), git remotes that are in the scp syntax (user@server:path/to/repo.git) are marked as insecure. Since these use SSH, it should be marked as secure. In inspecting the source, ssh:// doesn't appear to be marked as secure, either.

@zombiezen
Copy link
Contributor Author

I should note I'm working on a patch for this.

@gopherbot
Copy link

CL https://golang.org/cl/11514 mentions this issue.

@ianlancetaylor ianlancetaylor added this to the Go1.5Maybe milestone Jul 11, 2015
@rsc rsc modified the milestones: Go1.5, Go1.5Maybe Jul 20, 2015
@rsc
Copy link
Contributor

rsc commented Jul 22, 2015

Fixed by CL 11514.

@rsc rsc closed this as completed Jul 22, 2015
@golang golang locked and limited conversation to collaborators Aug 5, 2016
@rsc rsc removed their assignment Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants