Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Security of unencrypted git:// protocol #7495

@nullchinchilla

Description

@nullchinchilla

It appears that most of the packages are registered with the unencrypted, unauthenticated git:// protocol rather than the HTTPS protocol that GitHub etc also supports.

This doesn't seem to be a very good idea. Plaintext Git can easily be tampered with, and essentially installing packages right now involves downloading arbitrary code from an untrustworthy network. There is no way to ensure that the code you download is actually the real code from the repo, and not malware from somebody who controls your WiFi etc.

A system like The Update Framework would be ideal, but the lowest-hanging fruit is probably to simply serve everything over Git over HTTPS, rather than plain Git.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions