Fix CVE-2026-48710 in rhoai-3.3 shipped dependencies#634
Merged
mprahl merged 2 commits intoMay 29, 2026
Conversation
Pin a fixed Starlette release in requirements/konflux.in so the shipped rhoai-3.3 image no longer resolves the vulnerable Starlette 0.52.1 from the single Konflux runtime lockfile. Signed-off-by: mprahl <mprahl@users.noreply.github.com>
Author
|
/build-konflux mlflow |
Ignore the currently failing webhook, gateway, and Hugging Face dataset tests in rhoai-3.3 PR CI because they do not exercise the shipped product path for this Starlette CVE fix. Signed-off-by: mprahl <mprahl@users.noreply.github.com>
Author
|
/build-konflux mlflow |
HumairAK
approved these changes
May 29, 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
rhoai-3.3by pinning a fixed Starlette release in the single Konflux runtime lockfile input.RHOAIENG-64877and upstream fixmlflow/mlflow#23461.Upstream / Downstream Impact
opendatahub-io/mlflowmlflow/mlflowIf relevant, add any upstream issue or follow-up link here:
mlflow/mlflow#23461registry.redhat.io/rhoai/odh-mlflow-rhel9:v3.3containsstarlette==0.52.1)Dockerfile.konfluxrequirements/konflux.inand regeneratedrequirements/konflux-requirements.txtTesting
Testing details:
docker run --rm registry.redhat.io/rhoai/odh-mlflow-rhel9:v3.3 sh -lc 'python3.12 -m pip freeze || python3.11 -m pip freeze || python -m pip freeze'starlette==0.52.1requirements/konflux-requirements.txtwithuv==0.9.8usinguv pip compile --generate-hashes --python-version 3.11 --python-platform linux pyproject.toml requirements/konflux.in --output-file requirements/konflux-requirements.txtstarlette==1.2.0