Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
google.golang.org/protobuf v1.30.0 -> v1.33.0 age adoption passing confidence

GitHub Vulnerability Alerts

CVE-2024-24786

The protojson.Unmarshal function can enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set.


Release Notes

protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.33.0

Compare Source

This release contains one security fix:

  • encoding/protojson: Unmarshal could enter an infinite loop when unmarshaling certain forms of invalid JSON. This condition can occur when unmarshaling into a message which contains a google.protobuf.Any value, or when the UnmarshalOptions.DiscardUnknown option is set. Unmarshal now correctly returns an error when handling these inputs. This is CVE-2024-24786.

v1.32.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.31.0...v1.32.0

This release contains commit protocolbuffers/protobuf-go@bfcd647, which fixes a denial of service vulnerability by preventing a stack overflow through a default maximum recursion limit. See https://github.com/golang/protobuf/issues/1583 and https://github.com/golang/protobuf/issues/1584 for details.

v1.31.0

Compare Source

Notable changes

New Features

  • CL/489316: types/dynamicpb: add NewTypes
    • Add a function to construct a dynamic type registry from a protoregistry.Files
  • CL/489615: encoding: add MarshalAppend to protojson and prototext

Minor performance improvements

  • CL/491596: encoding/protodelim: If UnmarshalFrom gets a bufio.Reader, try to reuse its buffer instead of creating a new one
  • CL/500695: proto: store the size of tag to avoid multiple calculations

Bug fixes

  • CL/497935: internal/order: fix sorting of synthetic oneofs to be deterministic
  • CL/505555: encoding/protodelim: fix handling of io.EOF

Configuration

📅 Schedule: Branch creation - "" in timezone UTC, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file security labels Sep 23, 2024
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from 6d5e063 to 0e64f6f Compare October 2, 2024 18:53
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch 2 times, most recently from dd3a5e6 to 6c9bf6d Compare December 11, 2024 03:11
@renovate renovate bot changed the title chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] Update module google.golang.org/protobuf to v1.33.0 [SECURITY] Jan 9, 2025
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from 6c9bf6d to 6194c7c Compare January 9, 2025 15:26
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from 6194c7c to f4afb2e Compare February 11, 2025 15:34
@renovate renovate bot changed the title Update module google.golang.org/protobuf to v1.33.0 [SECURITY] chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] Feb 24, 2025
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from f4afb2e to 4dd4d69 Compare February 24, 2025 16:44
…urity]

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/go-google.golang.org-protobuf-vulnerability branch from 4dd4d69 to 8f69a59 Compare February 25, 2025 18:04
@renovate renovate bot changed the title chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] chore(deps): update module google.golang.org/protobuf to v1.33.0 [security] - autoclosed Mar 20, 2025
@renovate renovate bot closed this Mar 20, 2025
@renovate renovate bot deleted the renovate/go-google.golang.org-protobuf-vulnerability branch March 20, 2025 18:37
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 security

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant