Backport #2394 CVE fixes to release/v0.10.x - #2395
Merged
Merged
Conversation
## Summary Remediates two HIGH-severity vulnerabilities in the Python app image: | Dependency | Previous | Updated | Advisory | | --- | --- | --- | --- | | `aiohttp` | 3.13.5 | 3.14.3 | CVE-2026-69244 | | `cryptography` | 49.0.0 | 50.0.0 | CVE-2026-69247 | Also updates `pyOpenSSL` from 26.3.0 to 26.4.0 for compatibility with cryptography 50. ## Validation - `uv lock --check` - `pytest packages/kagent-adk/tests -q` - 381 passed, 1 skipped - Verified installed versions: - `aiohttp==3.14.3` - `cryptography==50.0.0` - `pyOpenSSL==26.4.0` Signed-off-by: Jeremy Alvis <jeremy.alvis@solo.io> (cherry picked from commit a887040)
EItanya
approved these changes
Aug 5, 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.
Summary
Backports #2394 to
release/v0.10.x.Remediates two HIGH-severity vulnerabilities in the Python app image:
aiohttpcryptographyAlso updates
pyOpenSSLfrom 26.3.0 to 26.4.0 for compatibility with cryptography 50.Cherry-picked from
a88704072a188ef75c6a6e5944839c1e3d319aa7.Validation
uv lock --checkpytest packages/kagent-adk/tests -qgit diff --check HEAD^ HEAD