-
Notifications
You must be signed in to change notification settings - Fork 543
Open
Labels
status-fixed_awaiting_releaseThe issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.status-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team
Description
snowflake-connector-python/setup.cfg
Line 51 in 14624ed
| pyOpenSSL>=24.0.0,<26.0.0 |
By forcing an upper bound on pyopenssl <26.0.0, users of this project cannot easily address GHSA-vp96-hxj8-p424
Work arounds are either to ignore the vulnerability in scanning tools (e.g. uv-secure, pip-audit, ...) or force the dependency install and break the constraint in this project.
Note there are backwards incompatible changes in https://www.pyopenssl.org/en/latest/changelog.html#id1, notably dropping Python 3.7 which already aligns with the connector supported versions.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status-fixed_awaiting_releaseThe issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.status-triage_doneInitial triage done, will be further handled by the driver teamInitial triage done, will be further handled by the driver team