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

Feature Request: Verify dmg downloads with associated chunklist #241

Open
jspraul opened this issue Oct 21, 2021 · 0 comments
Open

Feature Request: Verify dmg downloads with associated chunklist #241

jspraul opened this issue Oct 21, 2021 · 0 comments

Comments

@jspraul
Copy link

jspraul commented Oct 21, 2021

gibMacOS downloads a number of files over unencrypted http, right? The links I saw within the catalog do not use https and I didn't see it inserted anywhere, even though it is supported on the server-side. I did see some reference to certs though so I could be way off base here (the catalog itself is via https for sure).

Recently zhangyoufu shared a chunklist verification implementation in Python, if you want to incorporate it. Forcing all the downloads to https would be great but digital signature verification is even better! It looks like it would need to be incorporated around line 300 but not sure how to fit it into this larger project.

original source from zhangyoufu
incorporated into a python tool for grabbing the images, with AFAIK only stdlib dependencies for Python2/3

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

No branches or pull requests

1 participant