Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.9.10, 3.10.7, 3.11.3
-
None
-
None
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE
-
Easy
Description
Soon, GitHub will completely stop the git (unencrypted/unauthenticated) anonymous protocol to work:
https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git
This issue is about to look for all the uses in core (of "git://github.com/") and replace them by future-working "https://github.com/".
Really there aren't many (it seems https is already the 99% commonly used one):
$ ag 'git:\/\/github\.com\/'
|
repository/s3/README_MOODLE.txt
|
5:Cloned from git://github.com/tpyo/amazon-s3-php-class.git
|
|
h5p/h5plib/v124/joubel/editor/ckeditor/skins/bootstrapck/sample/bootstrapck-sample.html
|
80: by running: <pre>$ git clone git://github.com/Kunstmaan/BootstrapCK4-Skin</pre></p>
|