Closed
Description
Describe the bug
Using version 0.19.0 and its has issues with request and tough-cookie library vulnerability.
This I have resolved with the overrides option in package.json in my node app as shown below to resolve the tough cookie issue.Please note that we cannot use the new rc4 version as our kubernetes api version is 1.26
"overrides": {
"tough-cookie": "4.1.3"
},
Want to understand if overriding tough-cookie to 4.1.3 in kubernetes/client v 0.19.0 has any known issue or possible issues with the same. Thanks