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
{{ message }}
This repository was archived by the owner on Dec 31, 2025. It is now read-only.
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)?
Currently
STAN.ClientNuget package usesGoogle.Protobufversion 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.Clientto depend on a compromised version of a popular dependency.Is this possible to publish a new version of
STAN.Clientthat usesGoogle.Protobuf3.15.0 or newer (as suggested by the security advisory above)?