Skip to content

Update dependency cryptography to v46.0.7 [SECURITY]#5203

Merged
renovate[bot] merged 2 commits intomasterfrom
renovate/pypi-cryptography-vulnerability
Apr 9, 2026
Merged

Update dependency cryptography to v46.0.7 [SECURITY]#5203
renovate[bot] merged 2 commits intomasterfrom
renovate/pypi-cryptography-vulnerability

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Apr 9, 2026

This PR contains the following updates:

Package Change Age Confidence
cryptography (changelog) 46.0.646.0.7 age confidence

GitHub Vulnerability Alerts

CVE-2026-39892

If a non-contiguous buffer was passed to APIs which accepted Python buffers (e.g. Hash.update()), this could lead to buffer overflows. For example:

h = Hash(SHA256())
b.update(buf[::-1])

would read past the end of the buffer on Python >3.11


Release Notes

pyca/cryptography (cryptography)

v46.0.7

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • ""
  • 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the ⚙️ dependencies affected functionality: dependencies label Apr 9, 2026
@renovate renovate bot enabled auto-merge (squash) April 9, 2026 02:29
@renovate renovate bot added the ⚙️ dependencies affected functionality: dependencies label Apr 9, 2026
@renovate renovate bot merged commit fcceb91 into master Apr 9, 2026
9 checks passed
@renovate renovate bot deleted the renovate/pypi-cryptography-vulnerability branch April 9, 2026 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

⚙️ dependencies affected functionality: dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants