[Backport 7.78.x] Bump pyOpenSSL to >=26.0.0 (CVE-2026-27459, CVE-2026-27448)#23235
Merged
Kyle-Neale merged 2 commits into7.78.xfrom Apr 9, 2026
Merged
[Backport 7.78.x] Bump pyOpenSSL to >=26.0.0 (CVE-2026-27459, CVE-2026-27448)#23235Kyle-Neale merged 2 commits into7.78.xfrom
Kyle-Neale merged 2 commits into7.78.xfrom
Conversation
* Bump pyOpenSSL to >=26.0.0 to address CVE-2026-27459 and CVE-2026-27448 Updates pyOpenSSL from ==25.3.0 to >=26.0.0 across agent_requirements.in and datadog_checks_base to address VULN-59209 (Critical 9.8) and VULN-59208 (Medium 5.3). Also removes the dep-update exclusion for pyopenssl now that the snowflake-connector-python blocker is resolved. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Add changelog entry for pyOpenSSL bump (PR #23225) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * Fix validation: use == pin for pyopenssl --------- Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> (cherry picked from commit ec924b0)
Contributor
|
✨ Fix all issues with BitsAI or with Cursor
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files🚀 New features to boost your workflow:
|
steveny91
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport ec924b0 from #23225.
Summary
pyOpenSSLfrom==25.3.0to>=26.0.0inagent_requirements.inanddatadog_checks_base/pyproject.tomlto address two security vulnerabilities.pyopensslfrom the[overrides.dep.updates] excludelist in.ddev/config.toml— the previous blocker (snowflake-connector-python requiringpyopenssl<26.0.0) was removed in Remove snowflake integration and snowflake-connector-python dependency #23164.Security
Addresses:
Test plan
🤖 Generated with Claude Code