fix: bump dependency minimums to address active CVEs#1526
Merged
Conversation
- PyJWT >=2.12.0 — fixes CVE-2026-32597 (unknown crit header extensions) - pyOpenSSL >=26.0.0 — fixes CVE-2026-27459 - pyasn1 >=0.6.3 — fixes CVE-2026-30922 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Fixes authorization bypass via missing leading slash in :path. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates Python dependency minimums (and the pinned lockfile) to ensure vulnerable versions cannot be resolved, and bumps the Helm kagent-tools chart dependency to a patched version.
Changes:
- Raise minimum versions for
PyJWT,pyOpenSSL, andpyasn1to versions that include CVE fixes. - Regenerate
python/uv.lockto reflect the new minimums and resolved versions. - Bump the Helm
kagent-toolsdependency from0.1.1to0.1.2.
Reviewed changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| python/uv.lock | Adds workspace constraints for pyasn1/pyopenssl, bumps pyjwt constraints, and pins resolved fixed versions. |
| python/pyproject.toml | Adds workspace-level constraint-dependencies for pyasn1>=0.6.3 and pyopenssl>=26.0.0. |
| python/packages/agentsts-core/pyproject.toml | Raises PyJWT minimum to >=2.12.0. |
| python/packages/agentsts-adk/pyproject.toml | Raises PyJWT minimum to >=2.12.0. |
| helm/kagent/Chart-template.yaml | Bumps kagent-tools chart dependency to 0.1.2. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
jmhbh
approved these changes
Mar 19, 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
>=2.8.0→>=2.12.0— fixes CVE-2026-32597 (accepts unknowncritheader extensions)25.3.0→>=26.0.0— fixes CVE-2026-274590.6.2→>=0.6.3— fixes CVE-2026-30922v1.79.2→v1.79.3— fixes CVE-2026-33186 (authorization bypass via missing leading slash in :path)0.1.1→0.1.2CVE Details
Test plan
uv syncin Python workspace resolves without conflictsmake -C python testpassesgo mod tidysucceeds with no diff🤖 Generated with Claude Code