We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the request to https://pypi.org/pypi/python-appimage/json should be removed, because it breaks workflows, when running without an internet connection.
Another reason is, that you are using _create_unverified_context, which disables certificate validation.
_create_unverified_context
This makes using you package insecure and prone to man in the middle attacks.
Determine the version number this way also breaks reproducible builds.
The text was updated successfully, but these errors were encountered:
Is the security aspect of this resolved yet?
Sorry, something went wrong.
No branches or pull requests
the request to https://pypi.org/pypi/python-appimage/json should be removed, because it breaks workflows, when running without an internet connection.
Another reason is, that you are using
_create_unverified_context
, which disables certificate validation.This makes using you package insecure and prone to man in the middle attacks.
Determine the version number this way also breaks reproducible builds.
The text was updated successfully, but these errors were encountered: