-
Notifications
You must be signed in to change notification settings - Fork 216
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
Bump go-api version to fix protojson vuln #1333
Conversation
@@ -10,12 +10,12 @@ require ( | |||
github.com/pborman/uuid v1.2.1 | |||
github.com/robfig/cron v1.2.0 | |||
github.com/stretchr/testify v1.8.4 | |||
go.temporal.io/api v1.26.1 | |||
go.temporal.io/api v1.26.1-0.20240103185939-608bdd111e4b |
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.
How can we make sure we don't release the SDK with an untagged API version?
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.
I'm happy to cut a release of api-go if we're ok with releasing all of temporalio/api-go@v1.26.2...master
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.
@cretz we can't cut a release of api-go because we haven't released the gogoproto changes into the wild.
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.
Right, I just want to make sure we remember to tag this before next SDK release
Would rather have @Quinn-With-Two-Ns's approval here over my own. He may prefer not to merge this at this time. |
See temporalio/api-go#143 for details
26b2a69
to
9490b29
Compare
What was changed
I bumped the version of api-go
Why?
To fix the protojson DOS vulns recently patched in the upstream golang/protobuf. See temporalio/api-go#143 for details