You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moderate Twistlock security scan failures in projects using @kubernetes/client-node
Looks like this module is using request module that has been deprecated over two years ago which now has security vulnerabilities.
Wondering if there is timeline to updating to newer library?
# npm audit report
request *
Severity: moderate
Server-Side Request Forgery in Request - https://github.com/advisories/GHSA-p8p7-x288-28g6
No fix available
node_modules/request
@kubernetes/client-node *
Depends on vulnerable versions of request
node_modules/@kubernetes/client-node
The text was updated successfully, but these errors were encountered:
HedleyWard
changed the title
Security Vulnerability as client use depreciated Request library
Moderate Security Vulnerability as client uses depreciated Request library
Mar 23, 2023
There is no specific timeline but it is worked on to replace refetch.
If you want to help there is a markdown file called fetch migration in the release-1.x branch with the current state.
Note also that I do not believe that this vulnerability affects this client because it is intended to talk exclusively to a Kubernetes cluster that you control, and if your cluster is owned enough that it is doing malicious things, you have worse problems than this library...
Moderate Twistlock security scan failures in projects using
@kubernetes/client-node
Looks like this module is using
request
module that has been deprecated over two years ago which now has security vulnerabilities.Wondering if there is timeline to updating to newer library?
The text was updated successfully, but these errors were encountered: