Skip to content

fix(deps): bump protobuf to 6.33.6 for VULN-88809#129

Open
shuningc wants to merge 1 commit into
mainfrom
VULN-88809-protobuf-upgrade
Open

fix(deps): bump protobuf to 6.33.6 for VULN-88809#129
shuningc wants to merge 1 commit into
mainfrom
VULN-88809-protobuf-upgrade

Conversation

@shuningc

Copy link
Copy Markdown
Contributor

Summary

  • Remediate VULN-88809: ParseDict() DoS where max_recursion_depth is bypassed via nested google.protobuf.Any messages.
  • poetry.lock: protobuf 6.31.1 → 6.33.6 (transitive; capped <7.0.0 by dependents; no pyproject change).
  • Example pin elastic-chatbot-rag-app/requirements.txt: protobuf==5.29.6 (latest patched 5.x).

Test plan

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

Jira

VULN-88809

Remediate the ParseDict() DoS where max_recursion_depth can be bypassed via
nested google.protobuf.Any messages. Lock-only bump in main (transitive, capped
<7 by dependents); example pin moved to 5.29.6 on the 5.x line.

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