Skip to content

RHOAIENG-64887: CVE-2026-48710 rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9: Starlette: Security restriction bypass via malformed HTTP Host header [rhoai-2.25] #8923

RHOAIENG-64887: CVE-2026-48710 rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9: Starlette: Security restriction bypass via malformed HTTP Host header [rhoai-2.25]

RHOAIENG-64887: CVE-2026-48710 rhoai/odh-workbench-jupyter-pytorch-rocm-py312-rhel9: Starlette: Security restriction bypass via malformed HTTP Host header [rhoai-2.25] #8923

Workflow file for this run

---
"name": "Docs (release notes)"
"on":
"push":
branches: [main, stable, 'rhoai-*']
"pull_request":
"workflow_dispatch":
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}
permissions:
contents: read
jobs:
generate-releasenotes:
name: Generate list of images for release notes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Setup uv and Python
uses: ./.github/actions/setup-uv
- name: Run the release notes script
run: |
set -Eeuxo pipefail
uv run ci/package_versions.py | tee ${GITHUB_STEP_SUMMARY}