Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.9.10, 3.10.7, 3.11.3
-
MOODLE_310_STABLE, MOODLE_311_STABLE, MOODLE_39_STABLE
-
MOODLE_401_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>
|
Attachments
Issue Links
- has a non-specific relationship to
-
MDL-73853 Upgrade h5p-editor-php-library and h5p-php-library to moodle-1.22.4
-
- Closed
-