Bump grpc from 1.56.0 to 1.64.0 to address CVE list#4344
Conversation
6a63b51 to
7d0d8c6
Compare
|
@dlg99 @eolivelli @hangc0276 @merlimat @nicoloboschi @StevenLuMT @wenbingshen @zhaijack PTAL |
|
We need to be careful to upgrade grpc versions. Pulsar also uses grpc and the version needs to be sync and compatible |
I agree. But bk should go first. |
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
|
@lhotari please also take a look |
protobuf version should be upgraded at the same time to ensure that it's compatible with grpc. Pick the version that grpc uses. |
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
|
@lhotari fixed, please take a look again. :) |
We could also migrate to use <dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
<version>${protobuf.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency> |
|
It looks like grpc 1.64.0 was released yesterday. Should we go directly to the latest release? |
421bb8b to
3728c91
Compare
|
@lhotari I aggree change the dest version to 1.64.0. updated. |
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
|
@lhotari I found owasp check is broken, it doesn't trigger when I change the bookkeeper/.github/workflows/bk-ci.yml Lines 482 to 487 in c2e8037 bookkeeper/.github/changes-filter.yaml Lines 12 to 16 in c2e8037 |
Signed-off-by: ZhangJian He <shoothzj@gmail.com>
Signed-off-by: ZhangJian He <shoothzj@gmail.com> (cherry picked from commit c1cac07)
CVE-2023-44487(7.5), CVE-2023-4785(7.5), CVE-2023-33953(7.5)