Skip to content
This repository was archived by the owner on May 28, 2026. It is now read-only.

fix: update protobuf to resolve CVE-2026-0994#6

Open
dannyneira wants to merge 1 commit into
mainfrom
independabot/protobuf-CVE-2026-0994
Open

fix: update protobuf to resolve CVE-2026-0994#6
dannyneira wants to merge 1 commit into
mainfrom
independabot/protobuf-CVE-2026-0994

Conversation

@dannyneira

@dannyneira dannyneira commented May 22, 2026

Copy link
Copy Markdown
Member

Summary

Details

  • This is a direct dependency update in the Marian MT Python requirements file.
  • No workaround, override, or transitive parent update was needed.
  • Dependabot did not report an error for these alerts.

Verification

  • python3 -m venv /tmp/candle-protobuf-venv
  • /tmp/candle-protobuf-venv/bin/python -m pip install --dry-run -r /workspace/candle/candle-examples/examples/marian-mt/python/requirements.txt
  • /tmp/candle-protobuf-venv/bin/pip-audit -r /workspace/candle/candle-examples/examples/marian-mt/python/requirements.txt --format json
    • Confirmed protobuf==6.33.5 has vulns: [].
    • Remaining audit findings are for unrelated packages tracked by separate alerts.
  • /tmp/candle-protobuf-venv/bin/python -m pip install -r /workspace/candle/candle-examples/examples/marian-mt/python/requirements.txt
  • /tmp/candle-protobuf-venv/bin/python -c "import google.protobuf; print(google.protobuf.__version__)"
    • Output: 6.33.5
  • cargo check --manifest-path /workspace/candle/Cargo.toml -p candle-examples --example marian-mt

Conversation: https://staging.warp.dev/conversation/8af8b244-71b1-49b7-b91b-565aa6de1015
Run: https://oz.staging.warp.dev/runs/019e506a-59c0-7dbd-91e0-92c1cf58b65e
Co-Authored-By: Oz oz-agent@warp.dev
This PR was generated with Oz.

Co-Authored-By: Oz <oz-agent@warp.dev>
@dannyneira dannyneira marked this pull request as ready for review May 26, 2026 22:12
@dannyneira dannyneira requested a review from advait-m May 27, 2026 16:10
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants