fix(deps): bump aiohttp >=3.14.1, bleach >=6.4.0, react-router-dom >=7.15.0 [NSPECT-S62Q-PZUD]#709
Draft
nv-rag-cve-bot[bot] wants to merge 3 commits into
Draft
Conversation
…7/79/80) Five aiohttp CVEs (1 Critical 9.3, 4 High) fixed by raising the minimum version to 3.14.1 across all manifest and lockfile locations: - pyproject.toml: add aiohttp>=3.14.1 to [tool.uv] override-dependencies - uv.lock: resolved 3.14.1 - requirements.txt: pin aiohttp>=3.14.1 (was unpinned) - scripts/requirements.txt: aiohttp==3.12.14 -> aiohttp>=3.14.1 - tests/integration/requirements.txt: floor raised to >=3.14.1 - examples/nvidia_rag_mcp/requirements.txt: floor raised to >=3.14.1 - examples/rag_react_agent/pyproject.toml: add override-dependencies - examples/rag_react_agent/uv.lock: resolved 3.14.1 - scripts/rag-perf/pyproject.toml: add override-dependencies - scripts/rag-perf/uv.lock: resolved 3.14.1 - scripts/eval/pyproject.toml: add override-dependencies - scripts/eval/uv.lock: resolved 3.14.1 nSpect: NSPECT-S62Q-PZUD (children: NSPECT-UV6I-R3V9, NSPECT-O8B9-SHZ8) Track: B (RECOMMENDATION - UNVERIFIED; pip-audit unavailable in uv venv) Validation: CI pipeline (--validate pipeline); Phase 9 pending. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: NVIDIA RAG Agentic CVE Fix <foundational-rag-dev@exchange.nvidia.com>
…SA-49rj, GHSA-8646, GHSA-8x6r) Four react-router-dom High CVEs fixed by raising the minimum version: - frontend/package.json: "^7.12.0" -> "^7.15.0" - frontend/pnpm-lock.yaml: resolved react-router-dom@7.18.1, react-router@7.18.1 No API breaking changes — BrowserRouter/Routes/Route/useNavigate/useLocation APIs used in this repo are stable and unchanged across 7.12->7.18. nSpect: NSPECT-S62Q-PZUD Track: B (RECOMMENDATION - UNVERIFIED) Validation: CI pipeline (--validate pipeline); Phase 9 pending. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: NVIDIA RAG Agentic CVE Fix <foundational-rag-dev@exchange.nvidia.com>
Security audit report for aiohttp, bleach, and react-router-dom CVEs. Report directory: cve-fix-reports/NSPECT-S62Q-PZUD-20260707-022824/ Do not merge this commit to main — reports are local audit artifacts. Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: NVIDIA RAG Agentic CVE Fix <foundational-rag-dev@exchange.nvidia.com>
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.
Security fix — NSPECT-S62Q-PZUD (collection: NSPECT-UV6I-R3V9 + NSPECT-O8B9-SHZ8)
Track: B — RECOMMENDATION (UNVERIFIED)
Program version: 26.05.2 (repo: 2.6.0.rc1)
CVEs addressed
Files changed
aiohttp — version floor raised to >=3.14.1 in all manifest + lockfile locations:
pyproject.toml(override-dependencies),uv.lockrequirements.txt,scripts/requirements.txt,tests/integration/requirements.txtexamples/nvidia_rag_mcp/requirements.txtexamples/rag_react_agent/pyproject.toml+uv.lockscripts/rag-perf/pyproject.toml+uv.lockscripts/eval/pyproject.toml+uv.lockbleach — direct dep floor raised:
bleach>=6.2,<7.0→bleach>=6.4.0,<7.0pyproject.toml,uv.lock,examples/rag_react_agent/uv.lockreact-router-dom — specifier raised:
^7.12.0→^7.15.0, resolved to 7.18.1frontend/package.json,frontend/pnpm-lock.yamlValidation
CI pipeline validation (
--validate pipeline) — unit tests, lint, frontend tests, and GPU docker-tests gating. No local scanner run (uv venv lacks pip; Track B lockfile evidence used).Bleach advisory: bleach 6.4.0 is the final release (project EOL). Migration to
nh3is recommended as a follow-on task.Commits
fix(deps): bump aiohttp to >=3.14.1— all Python manifests/lockfilesfix(deps): bump react-router-dom to >=7.15.0— frontendchore(security): add CVE fix report— local audit artifact, do not squash into mainNote
The
cve-fix-reports/commit is a local audit artifact. It can be excluded from the squash merge or main history if not desired upstream.🤖 Generated with Claude Code