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
It's possible for the downstream systems to pin to a newer version and apply binding redirects.
But it is not ideal for STAN.Client to depend on a compromised version of a popular dependency.
Is this possible to publish a new version of STAN.Client that uses Google.Protobuf 3.15.0 or newer (as suggested by the security advisory above)?
The text was updated successfully, but these errors were encountered:
@dungpa I merged #203 I then noticed that Google.Protobuf and Tools is at 3.21.1. Is it possible that you can upgrade to the latest? We really are not supporting this client anymore because of JetStream, but I can merge things and try to build.
Currently
STAN.Client
Nuget package usesGoogle.Protobuf
version 3.13.0 which contains security vulnerabilities.See e.g.:
It's possible for the downstream systems to pin to a newer version and apply binding redirects.
But it is not ideal for
STAN.Client
to depend on a compromised version of a popular dependency.Is this possible to publish a new version of
STAN.Client
that usesGoogle.Protobuf
3.15.0 or newer (as suggested by the security advisory above)?The text was updated successfully, but these errors were encountered: