Installing this lib brings in a critical vulnerability from @google-cloud/logging-min -> google-gax -> protobuf.js #937
Labels
api: cloudprofiler
Issues related to the googleapis/cloud-profiler-nodejs API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
It seems this library is relying on @google-cloud/logging-min that in turn relies on an unpatched version of
google-gax that has the googleapis/gax-nodejs#1586 not fixed.
npm audit fix
doesn't work to resolve it.The root cause is a critical vulnerability https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-36665 which I am sure is not really a problem here but it makes every vulnerability scanner scream.
This prevents us from using this library.
Environment details
@google-cloud/profiler
version: 6.0.1Steps to reproduce
The text was updated successfully, but these errors were encountered: