Skip to content

Upgrade cryptography to resolve CVE-2026-69247 - #615

Merged
cigamit merged 1 commit into
mainfrom
CVE-2026-69247
Aug 4, 2026
Merged

Upgrade cryptography to resolve CVE-2026-69247#615
cigamit merged 1 commit into
mainfrom
CVE-2026-69247

Conversation

@cigamit

@cigamit cigamit commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Requires upgrading pyopenssl also, as they had an old pin for cryptography

Requires upgrading pyopenssl also, as they had an old pin for cryptography
@cigamit
cigamit requested a review from TheWitness August 4, 2026 15:37
@cigamit cigamit self-assigned this Aug 4, 2026
Copilot AI lite review requested due to automatic review settings August 4, 2026 15:37
@cigamit cigamit added dependencies Pull requests that update a dependency file SECURITY A security related issue like a CVE specifically python Pull requests that update python code labels Aug 4, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Ready to approve

The dependency updates are straightforward and consistent between the input and compiled requirements, with only a minor comment clarity nit noted.

This review doesn't count toward merge requirements. Sign up for the private preview to control whether Copilot approvals count.

Pull request overview

Updates the Python dependency pins in Ascender’s requirements to address a reported cryptography CVE, aligning both the source (requirements.in) and compiled (requirements.txt) dependency sets.

Changes:

  • Bumped cryptography to 50.0.0 in the compiled requirements and raised the minimum to >=50.0.0 in the input requirements.
  • Bumped pyopenssl to 26.4.0 in the compiled requirements and raised the minimum to >=26.4.0 in the input requirements.
File summaries
File Description
requirements/requirements.txt Updates compiled pins for cryptography and pyopenssl to the newer versions.
requirements/requirements.in Raises minimum versions for cryptography and pyopenssl and updates the cryptography CVE annotation.
Review details
  • Files reviewed: 2/2 changed files
  • Comments generated: 1
  • Review effort level: Lite

We're testing this review assessment. Please use 👍 or 👎 to tell us if it's correct.

Comment thread requirements/requirements.in
@cigamit
cigamit merged commit 09c1b31 into main Aug 4, 2026
1 check passed
@cigamit
cigamit deleted the CVE-2026-69247 branch August 4, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code SECURITY A security related issue like a CVE specifically

Development

Successfully merging this pull request may close these issues.

3 participants