exercism / lfe

Exercism exercises in Lisp Flavoured Erlang (LFE).
https://exercism.org/tracks/lfe
MIT License
25 stars 30 forks source link

github no longer supports git protocol #151

Closed MenkeTechnologies closed 2 years ago

MenkeTechnologies commented 2 years ago

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

kotp commented 2 years ago

Can you amend the commit for this and add the linked information and a summary to the commit?

kotp commented 2 years ago

The subject line may be misleading title may be misleading as well, as github does support the git protocol, it is deprecating the use of DSA keys, as one point.

MenkeTechnologies commented 2 years ago

Commit amended to include relevant link

March 15, 2022 Changes made permanent. We’ll permanently stop accepting DSA keys. RSA keys uploaded after the cut-off point above will work only with SHA-2 signatures (but again, RSA keys uploaded before this date will continue to work with SHA-1). The deprecated MACs, ciphers, and unencrypted Git protocol will be permanently disabled.

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

DSA keys and Git protocol no longer works with GitHub as of March 15, 2022

ErikSchierboom commented 2 years ago

Is there anyone from @exercism/reviewers that knows LFE and can test this?

MenkeTechnologies commented 2 years ago

i changed to https:// in rebar.lock

ErikSchierboom commented 2 years ago

Merged. Thanks!