Skip to content

fix(deps): bump orjson to 3.11.9 for VULN-88807#127

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88807-orjson-upgrade
Open

fix(deps): bump orjson to 3.11.9 for VULN-88807#127
shuningc wants to merge 1 commit into
mainfrom
VULN-88807-orjson-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Remediate VULN-88807: orjson.dumps did not limit recursion for deeply nested JSON (fixed after 3.11.4).
  • Main poetry.lock: orjson 3.11.2 → 3.11.9 (no pyproject change).
  • Example pins → orjson==3.11.5; langgraph example lock → 3.11.9.

Test plan

  • poetry check
  • Installed orjson 3.11.9; poetry run pytest tests/ (1988 passed, 10 skipped)

Jira

VULN-88807

Remediate unbounded recursion in orjson.dumps for deeply nested JSON (fixed
after 3.11.4). Lock-only bump in main project; example pins set to 3.11.5 and
langgraph example lock updated to 3.11.9.

Co-authored-by: Cursor <cursoragent@cursor.com>
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