temporalio / cli

Command-line interface for running Temporal Server and interacting with Workflows, Activities, Namespaces, and other parts of Temporal
https://docs.temporal.io/cli
MIT License
243 stars 32 forks source link

Update temporalio/ui-server module to 2.25.0 and fix: GHSA-8f25-w7qj-r7hc #530

Closed debasishbsws closed 2 months ago

debasishbsws commented 3 months ago

Why?

the temporalio/ui-server has a cve GHSA-8f25-w7qj-r7hc that's why I tried to update it to a new version that patches the CVE.

What was changed

There are some code changes required as in the new version of ui-server they have completely removed the old gogo/protobuf with the new google.com/protobuf module https://github.com/temporalio/temporal/pull/5032

Checklist

  1. Closes

  2. How was this tested:

  3. Any docs updates needed? No doc updated needed

cretz commented 3 months ago

We are moving to a new rewrite in the cli-rewrite branch and have already released an RC from this branch

cretz commented 2 months ago

This effort no longer applies since the latest merge which rewrites most of the code