grpc-ecosystem / grpc-health-probe

A command-line tool to perform health-checks for gRPC applications in Kubernetes and elsewhere

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Re-Release to address CVE-2024-24788?

ckcr4lyf opened this issue · comments

Golang 1.22.2 has a vulnerability in the form of CVE-2024-24788 , which has been fixed in 1.22.3

Since the latest version was built on 1.22.2, it is setting of Trivy (especially since Trivy update to scan stdlib - i.e. the version of Golang a binary was compiled with).

I am not sure how to address this in the form of a PR, since no change is needed except to rebuild the artifacts (releases) with Golang 1.22.3 .

Since go.mod uses go 1.22 , I don't know if you'd be open to additionally specifying the patch version (i.e. go 1.22.3).

Thanks for your time.

Running into this same issue.

One more issue with the Golang 1.22.2 CVE-2024-24790, which has been fixed in 1.22.4.

Yeah, also running into this, would be great to release new version.