kubernetes-csi / external-provisioner

Sidecar container that watches Kubernetes PersistentVolumeClaim objects and triggers CreateVolume/DeleteVolume against a CSI endpoint
Apache License 2.0
338 stars 324 forks source link

Updates protobuf dependencies for CVE-2024-24786 #1169

Closed humblec closed 7 months ago

humblec commented 7 months ago

CVE 2024-24786 https://github.com/advisories/GHSA-8r3f-844c-mc37

https://github.com/protocolbuffers/protobuf-go/compare/v1.31.0...v1.33.0 https://github.com/golang/protobuf/compare/v1.5.3...v1.5.4

/kind bug

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #

Special notes for your reviewer:

Does this PR introduce a user-facing change?:

Updates google.golang.org/protobuf to v1.33.0 to resolve CVE-2024-24786
humblec commented 7 months ago

/assign @xing-yang /assign @msau42

xing-yang commented 7 months ago

/lgtm /approve

k8s-ci-robot commented 7 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: humblec, xing-yang

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/kubernetes-csi/external-provisioner/blob/master/OWNERS)~~ [xing-yang] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment