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

Update Debian control file to remove unencrypted git protocol #24675

Closed
krvaibhaw opened this issue Apr 11, 2022 · 0 comments · Fixed by #24676
Closed

Update Debian control file to remove unencrypted git protocol #24675

krvaibhaw opened this issue Apr 11, 2022 · 0 comments · Fixed by #24676
Labels

Comments

@krvaibhaw
Copy link
Contributor

Description

GitHub recently updated Git protocol security, and the usage of the unencrypted git protocol has been retired permanently on March 15th. But, the Debian control file deb.control still used git protocol for Vcs-Git. Hence, may lead to bunch of unauthenticated git protocol errors.

Proposed Solution

Use https protocol in place of unencrypted git protocol

git://github.com/ethereum/go-ethereum.git should be changed to
https://github.com/ethereum/go-ethereum.git

Reference

https://github.blog/2021-09-01-improving-git-protocol-security-github/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant