-
Notifications
You must be signed in to change notification settings - Fork 260
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CVE-2021-3121 is present in dependencies #188
Comments
We use grpc/protobuf in CSI too. Does the csi spec need to be regenerated? cc @jsafrane |
No, it was only gogo/protobuf |
Merged
TerryHowe
pushed a commit
to TerryHowe/csi-driver-nfs
that referenced
this issue
Oct 17, 2024
…-notes-docs SIDECAR_RELEASE_PROCESS.md: Update release-notes syntax
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CVE-2021-3121 is a vulnerability in gogo/protobuf versions <1.3.2. Note that as the bug is in a code generator it can't be fixed by bumping a dependency. Fixing it requires all dependencies, transitively, to update and regenerate code, then we need to pull in updated versions of our direct dependencies.
In the case of this driver all the vulnerable code is pulled in via k8s v0.20.0:
These can be fixed [1] by updating to k8s v0.20.6 or later.
[1] There is 1 remaining instance in apimachinery which was missed: kubernetes/kubernetes#101306
Note that this issue has been public for some time, so security handling is not warranted.
The text was updated successfully, but these errors were encountered: