github-education-resources / classroom-assistant

Clone student repositories in bulk
https://classroom.github.com/assistant
MIT License
116 stars 39 forks source link

Switch external URLs to be https #170

Closed jeffrafter closed 4 years ago

jeffrafter commented 4 years ago

Within classroom assistant there are a number of external links that are implemented as http://, these work because they are automatically coerced to https. However, in the future, this change will be disallowed and the links will simply fail.

This PR transitions Classroom Assistant to using https everywhere internally. Additionally this fixes a number of downstream npm vulnerabilities (all related to development workflows).