Skip to content

Upgrade grcpio to 1.53.0 #359

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

Merged
merged 2 commits into from
Aug 2, 2023
Merged

Upgrade grcpio to 1.53.0 #359

merged 2 commits into from
Aug 2, 2023

Conversation

jackdawm
Copy link
Contributor

@jackdawm jackdawm commented Aug 1, 2023

What was changed

Require minimum version 1.53.0 of grpcio.

Why?

Resolves the high severity CVE-2023-32731, which is applicable as long as grcpio is used.
Also resolves the high severity CVE-2023-1428, however, I do not believe that one applies to our use of grpc.

Checklist

How was this tested:
Ran poe test locally.

@jackdawm jackdawm requested a review from a team as a code owner August 1, 2023 18:39
@@ -31,7 +31,7 @@ generate-setup-file = true
"Bug Tracker" = "https://github.com/temporalio/sdk-python/issues"

[tool.poetry.dependencies]
grpcio = { version = "^1.48.0", optional = true }
grpcio = {version = "^1.53.0", optional = true}
Copy link
Member

@cretz cretz Aug 2, 2023

Choose a reason for hiding this comment

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

Brace format is a little off, but no worries. I can clean that up another time. Thanks!

@cretz
Copy link
Member

cretz commented Aug 2, 2023

Note, grpcio is an opt-in choice for users, we don't really use it (but we gen code that uses it).

@cretz cretz merged commit 63f63ae into temporalio:main Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants