Skip to content

Bump google.golang.org/protobuf from 1.29.1 to 1.33.0 #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Mar 20, 2025

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

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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.

Summary by Bito

This PR updates google.golang.org/protobuf from v1.29.1 to v1.33.0 in the go.mod file. The change is a straightforward dependency update that maintains the codebase's core functionality while ensuring the software remains current with the latest protobuf version.

Unit tests added: False

Estimated effort to review (1-5, lower is better): 1

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 20, 2025
Copy link

bito-code-review bot commented Mar 20, 2025

Code Review Agent Run #021763

Actionable Suggestions - 0
Security Concerns - 10
  • Vulnerability 1
    • Dependency Name: golang.org/x/net
    • Dependency Version: None
    • Vulnerability Name: GO-2024-2687
    • Vulnerability Description: An attacker may cause an HTTP/2 endpoint to read arbitrary amounts of header data by sending excessive CONTINUATION frames, leading to potential DoS.
    • Fixed in Version: v0.23.0
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - "golang.org/x/net": "v0.22.0",
      + "golang.org/x/net": "v0.23.0",
      
  • Vulnerability 2
    • Dependency Name: golang.org/x/net
    • Dependency Version: None
    • Vulnerability Name: GO-2024-3333
    • Vulnerability Description: An attacker can craft input to Parse functions that would be processed non-linearly, causing extremely slow parsing and denial of service.
    • Fixed in Version: v0.33.0
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - "golang.org/x/net": "v0.23.0",
      + "golang.org/x/net": "v0.33.0",
      
  • Vulnerability 3
    • Dependency Name: golang.org/x/net
    • Dependency Version: None
    • Vulnerability Name: GO-2025-3503
    • Vulnerability Description: IPv6 zone ID can be improperly treated as hostname component in proxy pattern matching, causing incorrect proxy behavior.
    • Fixed in Version: v0.36.0
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - "golang.org/x/net": "v0.33.0",
      + "golang.org/x/net": "v0.36.0",
      
  • Vulnerability 4
    • Dependency Name: golang.org/x/oauth2
    • Dependency Version: None
    • Vulnerability Name: GO-2025-3488
    • Vulnerability Description: Malformed tokens can cause unexpected memory consumption during parsing.
    • Fixed in Version: v0.27.0
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - "golang.org/x/oauth2": "v0.26.0",
      + "golang.org/x/oauth2": "v0.27.0",
      
  • Vulnerability 5
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2024-2687
    • Vulnerability Description: HTTP/2 endpoint vulnerability allowing excessive header data processing through CONTINUATION frames.
    • Fixed in Version: v1.21.9
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.21.8
      + go 1.21.9
      
  • Vulnerability 6
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2024-2887
    • Vulnerability Description: IPv4-mapped IPv6 addresses not working correctly with Is methods (IsPrivate, IsLoopback, etc).
    • Fixed in Version: v1.21.11
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.21.9
      + go 1.21.11
      
  • Vulnerability 7
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2024-2963
    • Vulnerability Description: HTTP/1.1 client mishandles server responses to requests with "Expect: 100-continue" header, potentially causing connection failures.
    • Fixed in Version: v1.21.12
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.21.11
      + go 1.21.12
      
  • Vulnerability 8
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2024-3105
    • Vulnerability Description: Stack exhaustion panic when parsing Go source code with deeply nested literals.
    • Fixed in Version: v1.22.7
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.21.12
      + go 1.22.7
      
  • Vulnerability 9
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2025-3373
    • Vulnerability Description: URI with IPv6 address and zone ID may incorrectly satisfy URI name constraint in certificate chains.
    • Fixed in Version: v1.22.11
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.22.7
      + go 1.22.11
      
  • Vulnerability 10
    • Dependency Name: stdlib
    • Dependency Version: None
    • Vulnerability Name: GO-2025-3447
    • Vulnerability Description: Potential leakage of secret scalar bits on ppc64le architecture due to variable time instruction in assembly implementation.
    • Fixed in Version: v1.22.12
    • Code Suggestion:
      
      @@ -1,1 +1,1 @@
      - go 1.22.11
      + go 1.22.12
      
Review Details
  • Files reviewed - 1 · Commit Range: a36ee93..a36ee93
    • go.mod
  • Files skipped - 1
    • go.sum - Reason: Filter setting
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful
    • GOVULNCHECK (Security Vulnerability) - ✔︎ Successful
    • OWASP (Security Vulnerability) - ✔︎ Successful
    • SNYK (Security Vulnerability) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].

Documentation & Help

AI Code Review powered by Bito Logo

Copy link

Changelist by Bito

This pull request implements the following key changes.

Key Change Files Impacted
Other Improvements - Dependency Update: google.golang.org/protobuf

go.mod - Updated google.golang.org/protobuf version from 1.29.1 to 1.33.0 to ensure improved compatibility and maintenance of dependency requirements.

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