[TT-11197] Upgrade google/grpc#6100
Conversation
|
PR Description updated to latest commit (3a30e66) |
|
API Changes no api changes detected |
PR Review
Code feedback:
✨ Review tool usage guide:Overview: With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview: With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
|
API tests result - postgres15-sha256 env: success ✅ User descriptionUpgrade google/grpc go dependency
Typeenhancement, bug_fix Description
Changes walkthrough
Co-authored-by: Tit Petric [email protected] |
|
API tests result - mongo44-sha256 env: success ✅ User descriptionUpgrade google/grpc go dependency
Typeenhancement, bug_fix Description
Changes walkthrough
Co-authored-by: Tit Petric [email protected] |
3a30e66 to
e92c952
Compare
e92c952 to
d6631ff
Compare
|
|
/release to release-5.3 |
|
Working on it! Note that it can take a few minutes. |
## **User description** Upgrade google/grpc go dependency - Fixes CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-32731 - Verified fix version: grpc/grpc@29d8bee ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Upgraded `google.golang.org/grpc` to version `v1.62.1` to address CVE-2023-32731. - Updated `github.com/google/uuid` to `v1.6.0` and `google.golang.org/genproto` dependencies for compatibility with the new gRPC version. - Updated checksums in `go.sum` for the upgraded dependencies. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Upgrade Dependencies for Security Fixes</code> </dd></summary> <hr> go.mod <li>Upgraded <code>github.com/google/uuid</code> from <code>v1.4.0</code> to <code>v1.6.0</code>.<br> <li> Upgraded <code>google.golang.org/grpc</code> from <code>v1.61.0-dev</code> to <code>v1.62.1</code>.<br> <li> Updated <code>google.golang.org/genproto</code> dependencies to newer versions. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+4/-4</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update Checksums for Upgraded Dependencies</code> </dd></summary> <hr> go.sum <li>Updated checksums for <code>github.com/google/uuid</code> and <br><code>google.golang.org/grpc</code>.<br> <li> Updated checksums for <code>google.golang.org/genproto</code> dependencies. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+12/-12</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions Co-authored-by: Tit Petric <[email protected]> (cherry picked from commit f62b31c)
[TT-11197] Upgrade google/grpc (#6100) ## **User description** Upgrade google/grpc go dependency - Fixes CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-32731 - Verified fix version: grpc/grpc@29d8bee ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Upgraded `google.golang.org/grpc` to version `v1.62.1` to address CVE-2023-32731. - Updated `github.com/google/uuid` to `v1.6.0` and `google.golang.org/genproto` dependencies for compatibility with the new gRPC version. - Updated checksums in `go.sum` for the upgraded dependencies. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Upgrade Dependencies for Security Fixes</code> </dd></summary> <hr> go.mod <li>Upgraded <code>github.com/google/uuid</code> from <code>v1.4.0</code> to <code>v1.6.0</code>.<br> <li> Upgraded <code>google.golang.org/grpc</code> from <code>v1.61.0-dev</code> to <code>v1.62.1</code>.<br> <li> Updated <code>google.golang.org/genproto</code> dependencies to newer versions. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+4/-4</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update Checksums for Upgraded Dependencies</code> </dd></summary> <hr> go.sum <li>Updated checksums for <code>github.com/google/uuid</code> and <br><code>google.golang.org/grpc</code>.<br> <li> Updated checksums for <code>google.golang.org/genproto</code> dependencies. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+12/-12</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions Co-authored-by: Tit Petric <[email protected]>
|
@titpetric Succesfully merged PR |
|
API tests result - mongo44-murmur64 env: success ✅ User descriptionUpgrade google/grpc go dependency
Typeenhancement, bug_fix Description
Changes walkthrough
Co-authored-by: Tit Petric [email protected] |
|
/release to release-5.3.0 |
|
Working on it! Note that it can take a few minutes. |
## **User description** Upgrade google/grpc go dependency - Fixes CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-32731 - Verified fix version: grpc/grpc@29d8bee ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Upgraded `google.golang.org/grpc` to version `v1.62.1` to address CVE-2023-32731. - Updated `github.com/google/uuid` to `v1.6.0` and `google.golang.org/genproto` dependencies for compatibility with the new gRPC version. - Updated checksums in `go.sum` for the upgraded dependencies. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Upgrade Dependencies for Security Fixes</code> </dd></summary> <hr> go.mod <li>Upgraded <code>github.com/google/uuid</code> from <code>v1.4.0</code> to <code>v1.6.0</code>.<br> <li> Upgraded <code>google.golang.org/grpc</code> from <code>v1.61.0-dev</code> to <code>v1.62.1</code>.<br> <li> Updated <code>google.golang.org/genproto</code> dependencies to newer versions. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+4/-4</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update Checksums for Upgraded Dependencies</code> </dd></summary> <hr> go.sum <li>Updated checksums for <code>github.com/google/uuid</code> and <br><code>google.golang.org/grpc</code>.<br> <li> Updated checksums for <code>google.golang.org/genproto</code> dependencies. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+12/-12</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions Co-authored-by: Tit Petric <[email protected]> (cherry picked from commit f62b31c)
[TT-11197] Upgrade google/grpc (#6100) ## **User description** Upgrade google/grpc go dependency - Fixes CVE: https://nvd.nist.gov/vuln/detail/CVE-2023-32731 - Verified fix version: grpc/grpc@29d8bee ___ ## **Type** enhancement, bug_fix ___ ## **Description** - Upgraded `google.golang.org/grpc` to version `v1.62.1` to address CVE-2023-32731. - Updated `github.com/google/uuid` to `v1.6.0` and `google.golang.org/genproto` dependencies for compatibility with the new gRPC version. - Updated checksums in `go.sum` for the upgraded dependencies. ___ ## **Changes walkthrough** <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Enhancement</strong></td><td><table> <tr> <td> <details> <summary><strong>go.mod</strong><dd><code>Upgrade Dependencies for Security Fixes</code> </dd></summary> <hr> go.mod <li>Upgraded <code>github.com/google/uuid</code> from <code>v1.4.0</code> to <code>v1.6.0</code>.<br> <li> Upgraded <code>google.golang.org/grpc</code> from <code>v1.61.0-dev</code> to <code>v1.62.1</code>.<br> <li> Updated <code>google.golang.org/genproto</code> dependencies to newer versions. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6">+4/-4</a> </td> </tr> <tr> <td> <details> <summary><strong>go.sum</strong><dd><code>Update Checksums for Upgraded Dependencies</code> </dd></summary> <hr> go.sum <li>Updated checksums for <code>github.com/google/uuid</code> and <br><code>google.golang.org/grpc</code>.<br> <li> Updated checksums for <code>google.golang.org/genproto</code> dependencies. </details> </td> <td><a href="https://github.com/TykTechnologies/tyk/pull/6100/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63">+12/-12</a> </td> </tr> </table></td></tr></tr></tbody></table> ___ > ✨ **PR-Agent usage**: >Comment `/help` on the PR to get a list of all available PR-Agent tools and their descriptions Co-authored-by: Tit Petric <[email protected]>
|
@titpetric Succesfully merged PR |
|
API tests result - postgres15-murmur64 env: success ✅ User descriptionUpgrade google/grpc go dependency
Typeenhancement, bug_fix Description
Changes walkthrough
Co-authored-by: Tit Petric [email protected] |




User description
Upgrade google/grpc go dependency
Type
enhancement, bug_fix
Description
google.golang.org/grpcto versionv1.62.1to address CVE-2023-32731.github.com/google/uuidtov1.6.0andgoogle.golang.org/genprotodependencies for compatibility with the new gRPC version.go.sumfor the upgraded dependencies.Changes walkthrough
go.mod
Upgrade Dependencies for Security Fixesgo.mod
github.com/google/uuidfromv1.4.0tov1.6.0.google.golang.org/grpcfromv1.61.0-devtov1.62.1.google.golang.org/genprotodependencies to newer versions.go.sum
Update Checksums for Upgraded Dependenciesgo.sum
github.com/google/uuidandgoogle.golang.org/grpc.google.golang.org/genprotodependencies.