Skip to content

fix(deps): bump click to 8.4.2 for VULN-88801#124

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88801-click-upgrade
Open

fix(deps): bump click to 8.4.2 for VULN-88801#124
shuningc wants to merge 1 commit into
mainfrom
VULN-88801-click-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Remediate VULN-88801 (command injection in click.edit(); fixed in 8.3.3, ≤8.3.2 vulnerable).
  • poetry.lock bumps click 8.1.8 → 8.4.2 (transitive; no pyproject.toml change, content-hash unchanged).
  • Example pin elastic-chatbot-rag-app/requirements.txtclick==8.3.3; langgraph-fsi-agent/before/poetry.lock → 8.4.2.

Notes

  • 8.4.2 satisfies all dependents: crewai >=8.1.7, litellm >=8.0.0,<9.0, httpx ==8.*, uvicorn >=7.0.
  • The langgraph example lock update also reconciled a ruff entry declared in its pyproject but missing from the stale lock.

Test plan

  • poetry check
  • poetry run pytest tests/ (1988 passed, 10 skipped)

Jira

VULN-88801

Remediate the click.edit() command injection (fixed in 8.3.3; <=8.3.2 vulnerable)
by pinning click in poetry.lock without changing project structure (click stays
transitive). Main lock resolves click 8.4.2; example pin bumped to 8.3.3 and the
langgraph example lock updated to 8.4.2 (also reconciles its stale ruff entry).

Co-authored-by: Cursor <cursoragent@cursor.com>
@shuningc
shuningc requested review from fercor-cisco and keith-decker and removed request for keith-decker July 23, 2026 00:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant