renovate ยท GitHub

Merged

Merged

Conversation

@renovate

This PR contains the following updates:

Package Change Age Confidence
cryptography (changelog) 46.0.6 โ†’ 46.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

@renovate

renovate Bot deleted the renovate/pypi-cryptography-vulnerability branch

April 9, 2026 02:35

Read the original on github.com โ†—