-
Notifications
You must be signed in to change notification settings - Fork 6.7k
chore(deps): update dependency protobuf to v5.29.6 [security] - autoclosed #14173
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| functions-framework==3.9.2 | ||
| google-events==0.14.0 | ||
| google-api-core==2.17.1 | ||
| protobuf==4.25.6 | ||
| protobuf==5.29.6 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading to |
||
| cloudevents==1.11.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| functions-framework==3.9.2 | ||
| google-events==0.14.0 | ||
| google-api-core==2.17.1 | ||
| protobuf==4.25.6 | ||
| protobuf==5.29.6 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Upgrading to |
||
| google-cloud-firestore==2.19.0 | ||
| cloudevents==1.11.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| google-cloud-aiplatform[all]==1.64.0 | ||
| protobuf==5.29.5 | ||
| protobuf==5.29.6 |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| protobuf==5.29.4 | ||
| protobuf==5.29.6 | ||
| pytest==8.2.2 | ||
| google-api-core==2.23.0 | ||
| google-auth==2.38.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| protobuf==5.29.4 | ||
| protobuf==5.29.6 | ||
| pytest==8.2.2 | ||
| google-api-core==2.23.0 | ||
| google-auth==2.38.0 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| google-cloud-resource-manager==1.14.2 | ||
| google-cloud-secret-manager==2.24.0 | ||
| google-crc32c==1.6.0 | ||
| protobuf==5.29.4 | ||
| protobuf==5.29.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Upgrading to
protobuf==5.29.6(part of the 5.x major version) introduces a dependency conflict withgoogle-api-core==2.17.1, which constrainsprotobufto< 5.0.0dev. To maintain compatibility while addressing the security vulnerabilities (CVE-2025-4565 and CVE-2026-0994), it is recommended to useprotobuf==4.25.9, which is the patched version in the 4.x branch. Alternatively,google-api-corewould need to be upgraded to2.19.0or higher.