OpenBMB / OpenBMB/ChatDev

Dependency hardening: pin minimum safe dependency versions

Open
#642 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
34.3k
Forks
4.3k
PR merge metrics
No merged PRs in 30d

Description

Hi, thanks for ChatDev. Low-priority dependency-hardening note, not an active vulnerability report - a default install resolves to safe versions today.

These declarations also permit older versions with known CVEs; pinning a minimum prevents an accidental downgrade (please test compatibility):

  • requests: pin >= 2.32.4 (e.g. CVE-2024-35195 and 1 more)

(Low-priority dependency-hygiene note - feel free to close if not useful, happy to send a PR.)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the dependency declaration for requests and check how its version constraint is expressed. Test compatibility with the existing installation and dependency set; the work is done when requests requires at least 2.32.4 and the relevant checks pass.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
security
Issue type
Refactor
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.