[cve-patch] ray: bump pip 26.0.1->26.1.1, allowlist rustls-webpki#6141
Draft
jinyan-li1 wants to merge 1 commit into
Draft
[cve-patch] ray: bump pip 26.0.1->26.1.1, allowlist rustls-webpki#6141jinyan-li1 wants to merge 1 commit into
jinyan-li1 wants to merge 1 commit into
Conversation
- Bump pip 26.0.1 → 26.1.1 in docker/ray/pyproject.toml + uv.lock to resolve CVE-2026-6357 (HIGH). - Allowlist GHSA-82j2-j2ch-gfr8 (rustls-webpki vendored in /usr/local/bin/uv; fix 0.104.0-alpha.7 not yet in any released uv version). Verified pip==26.1.1 in cve-patch-test:ray-cpu build on devbox.
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.
Purpose
Patch CVEs across Ray DLC images.
Images affected
ray:serve-ml-cpu-v1.0.0,ray:serve-ml-cuda-v1.0.0,ray:serve-ml-sagemaker-cpu-v1.0.0,ray:serve-ml-sagemaker-cuda-v1.0.0CVEs handled
/usr/local/bin/uv; fix0.104.0-alpha.7not yet in any released uv version — latest 0.11.16 still ships rustls-webpki 0.103.13)Test plan
Verified
pip==26.1.1in acve-patch-test:ray-cpurebuild on a CPU devbox before pushing.