Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using http instead of https for downloads is vulnerable to man-in-the-middle attacks #1433

Open
jocrau opened this issue Dec 13, 2017 · 0 comments

Comments

@jocrau
Copy link

jocrau commented Dec 13, 2017

This causes automatic build pipelines to stop with the warning "Tried to use insecure HTTP repository without TLS.".

http:// should be https:// on lines

(download :url (format "http://code.jquery.com/jquery-%s.js" +lib-version+)

and

(download :url (format "http://code.jquery.com/jquery-%s.min.js" +lib-version+)

This might also apply to other packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants