ni / grpc-labview

gRPC client and server support for LabVIEW
MIT License
91 stars 62 forks source link

grpc-labview currently depends on grpc 1.44, which has high severity CVEs. #357

Open ccaltagi opened 8 months ago

ccaltagi commented 8 months ago

Version 1.44 of grpc has the following high severity CVEs: CVE-2023-44487 CVE-2023-4785 CVE-2023-33953

We should update the grpc-labview project to use the latest version of grpc to address those.

AB#2691936