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

chore(deps): update dependency cryptography to v42.0.4 [security] #365

Merged
merged 1 commit into from
Feb 21, 2024

Conversation

descope[bot]
Copy link
Contributor

@descope descope bot commented Feb 21, 2024

This PR contains the following updates:

Package Update Change
cryptography (changelog) patch ==42.0.3 -> ==42.0.4

GitHub Vulnerability Alerts

CVE-2024-26130

If pkcs12.serialize_key_and_certificates is called with both:

  1. A certificate whose public key did not match the provided private key
  2. An encryption_algorithm with hmac_hash set (via PrivateFormat.PKCS12.encryption_builder().hmac_hash(...)

Then a NULL pointer dereference would occur, crashing the Python process.

This has been resolved, and now a ValueError is properly raised.

Patched in https://github.com/pyca/cryptography/pull/10423


Release Notes

pyca/cryptography (cryptography)

v42.0.4

Compare Source


Configuration

📅 Schedule: Branch creation - "" in timezone Asia/Jerusalem, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@descope descope bot added the security label Feb 21, 2024
@descope descope bot enabled auto-merge (squash) February 21, 2024 20:39
Copy link

Coverage report

This PR does not seem to contain any modification to coverable code.

@descope descope bot merged commit 5474233 into main Feb 21, 2024
19 checks passed
@descope descope bot deleted the renovate/pypi-cryptography-vulnerability branch February 21, 2024 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants