Skip to content

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /integration/client - #3

Open
dependabot[bot] wants to merge 1 commit into
depotfrom
dependabot/go_modules/integration/client/google.golang.org/protobuf-1.33.0
Open

build(deps): bump google.golang.org/protobuf from 1.31.0 to 1.33.0 in /integration/client#3
dependabot[bot] wants to merge 1 commit into
depotfrom
dependabot/go_modules/integration/client/google.golang.org/protobuf-1.33.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 20, 2026

Copy link
Copy Markdown

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note

Low Risk
Dependency-only bump in the integration client module; no runtime or application code changes. Protobuf 1.33.0 includes a known unmarshal DoS fix, but impact here is limited to tests.

Overview
Bumps the indirect google.golang.org/protobuf dependency in integration/client from 1.31.0 to 1.33.0 (go.mod/go.sum only). No application code changes.

Reviewed by Cursor Bugbot for commit 3cef9b6. Bugbot is set up for automated code reviews on this repo. Configure here.

Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.

---
updated-dependencies:
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.33.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 20, 2026

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Risk: low. Cursor Security Agent completed successfully, but Cursor Bugbot did not reach a terminal state within 8 minutes, so this PR is not approved. Human review is needed.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Router and Approver

@cursor cursor Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes using high effort and found 1 potential issue.

Fix All in Cursor

❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

Reviewed by Cursor Bugbot for commit 3cef9b6. Configure here.

Comment thread integration/client/go.mod
google.golang.org/genproto/googleapis/rpc v0.0.0-20230711160842-782d3b101e98 // indirect
google.golang.org/grpc v1.58.3 // indirect
google.golang.org/protobuf v1.31.0 // indirect
google.golang.org/protobuf v1.33.0 // indirect

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Protobuf module version desync

Medium Severity

Bumping google.golang.org/protobuf to v1.33.0 only in integration/client/go.mod leaves the root go.mod on v1.31.0. script/verify-go-modules.sh requires matching versions for shared require entries, so make verify-vendor fails in CI and blocks the intended CVE-2024-24786 fix from landing.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 3cef9b6. Configure here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants