You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using version 2.6.0 of amazon-kinesis-client which which depends on version 3.21.12 of protobuf-java which has a security issue:
I see that in your default branch, you have bumped protobuf-java to 4.27.0 (which doesn't have the security issue). Do you intend to create a release of amazon-kinesis-client with this change soon?
If not, how safe is it for us to exclude the dependency on protobuf-java? How is it used by amazon-kinesis-client?
The text was updated successfully, but these errors were encountered:
Seems there was an upgrade of Protobuf in the 3.0.0 version. Unfortunately, I discovered this because upgrading to the 3.0.0 KCL produces a new error for Protobuf when the KPL is also in use in the same project. I believe this is because the KPL is on 3.25.5
I am using version 2.6.0 of
amazon-kinesis-client
which which depends on version 3.21.12 ofprotobuf-java
which has a security issue:I see that in your default branch, you have bumped
protobuf-java
to 4.27.0 (which doesn't have the security issue). Do you intend to create a release ofamazon-kinesis-client
with this change soon?If not, how safe is it for us to exclude the dependency on
protobuf-java
? How is it used byamazon-kinesis-client
?The text was updated successfully, but these errors were encountered: