deps: bump cryptography to 46.0.5 (CVE-2026-26007)#4904
deps: bump cryptography to 46.0.5 (CVE-2026-26007)#4904openshift-merge-bot[bot] merged 4 commits intomainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the pinned cryptography dependency for the Azure Automation “resources-cleanup” tooling to address a reported security vulnerability (CVE-2026-26007).
Changes:
- Bump
cryptographyfrom44.0.1to46.0.5in the resources-cleanup dependency lock/pin list.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@raelga: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
1 similar comment
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: inbharajmani, raelga The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
AROSLSRE-654
What
Bumps
cryptographyfrom 44.0.1 to 46.0.5 and its dependencies intooling/azure-automation/resources-cleanup/requirements.txt.cffi1.17.1 → 2.0.0 (required by cryptography 46.0.5)typing_extensions4.9.0 → 4.13.2 (required by cryptography 46.0.5 on Python <3.11)msal1.28.0 → 1.36.0 (msal 1.28.0 caps cryptography <45)Why
CVE-2026-26007: An attacker could create a malicious public key that reveals portions of your private key when using certain uncommon elliptic curves (binary curves).
Testing
No tests — pinned dependency version bumps only.
Special notes for your reviewer
Closes #4500