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

pip-audit: address GHSA-79v4-65xg-pq4g #1530

Merged
merged 1 commit into from
Feb 12, 2025

Conversation

goneri
Copy link
Contributor

@goneri goneri commented Feb 12, 2025

The current cryptography wheel packages have a secruity vulnerability that
was address by cryptography==44.0.1.

jwcrypto==1.5.6 prevents us from pulling cryptography=44.0.1 because of the
way the requirements are defined: cryptography<44,>=41.0.5'.

So we build it from source for now.

@goneri goneri force-pushed the goneri/pip-audit-address-GHSA-79v4-65xg-pq4g_14337 branch from 3d6c135 to ef0c2ac Compare February 12, 2025 17:27
The current `cryptography` wheel packages have a secruity vulnerability that
was address by `cryptography==44.0.1`.

`jwcrypto==1.5.6` prevents us from pulling `cryptography=44.0.1` because of the
way the requirements are defined: `cryptography<44,>=41.0.5'`.

So we build it from source for now.
@goneri goneri force-pushed the goneri/pip-audit-address-GHSA-79v4-65xg-pq4g_14337 branch from ef0c2ac to 22f6f56 Compare February 12, 2025 17:41
@goneri goneri merged commit c930735 into main Feb 12, 2025
9 checks passed
@goneri goneri deleted the goneri/pip-audit-address-GHSA-79v4-65xg-pq4g_14337 branch February 12, 2025 18:12
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

Successfully merging this pull request may close these issues.

2 participants