You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I agree there may be a security concern, but I deem it low impact (worst case, a malicious actor could inject invalid classifiers or remove valid ones, merely causing disruption to a build in a local context), so safe to disclose.
The text was updated successfully, but these errors were encountered:
which means that the SSL certificate isn’t verified.
I don't think this is true, at least not in recent Python versions. I checked the oldest version supported by setuptools, 3.7, and if a context isn't passed, it ends up using ssl.create_default_context (goes through urllib -> http.client.HTTPSConnection -> ssl).
I got this report through our security reports from an anonymous individual:
I agree there may be a security concern, but I deem it low impact (worst case, a malicious actor could inject invalid classifiers or remove valid ones, merely causing disruption to a build in a local context), so safe to disclose.
The text was updated successfully, but these errors were encountered: