-
Notifications
You must be signed in to change notification settings - Fork 51
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
[CVE-2024-45321] generate: hotpatch bin/cpanm to use HTTPS endpoints #167
Conversation
This commit patches out insecure http endpoints from the fatpacked `bin/cpanm` executable
Hi @stigtsp, thanks for this PR! Do you think its also worth expanding docker-perl/.github/workflows/build-image.yml Lines 57 to 65 in 09d0e7d
|
Sounds reasonable, but I'm not familiar with the tests for the docker image :) |
@stigtsp added tests now, though had to forego on |
This is now applied in |
This commit patches out insecure http endpoints from the fatpacked
bin/cpanm
executableTested with:
cpanm [email protected]
(backpan)cpanm Crypt::[email protected]
(TRIAL)cpanm Mojolicious
Cc: @zakame @dgl @garu