-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Security - Deprecated dependency (Request) #35
Comments
Same here, any updates? npm audit reportrequest * tough-cookie <4.1.3 3 moderate severity vulnerabilities |
For request there will be update of the library, see here : request/request#3142. It begs the question of why the project depends on such an outdated package? There is a 4.1.4 version of tough-cookie that we could use. This is a dependency of request and it can be overriden like so : {
"name": "my-package",
"version": "1.1.1",
"dependencies": {
"@getbrevo/brevo": "^2.2.0",
},
"overrides": {
"@getbrevo/brevo": {
"tough-cookie": "4.1.4"
}
}
}
|
Bump |
Up ? |
up |
@shubhamUpadhyayInBlue any update on this? It is really annoying. |
Request is now deprecated - it has several unadressed issues.
Server-Side Request Forgery in Request - GHSA-p8p7-x288-28g6
tough-cookie Prototype Pollution vulnerability - GHSA-72xf-g2v4-qvf3
The text was updated successfully, but these errors were encountered: