Open elkorep opened 7 years ago
Update tough-cookie version to at least 2.3.0 https://github.com/krg7880/json-schema-generator/blob/master/npm-shrinkwrap.json#L150 # Update request to v2.81.1 Reason being is that the dependency tough-cookie is v2.3.0 on that version while on request v2.47.x and v2.51.x uses tough-cookie v0.12.0 which has vulnerability issues
2.3.0
request
v2.81.1
tough-cookie
v2.3.0
request v2.47.x
v2.51.x
tough-cookie v0.12.0
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie https://nodesecurity.io/advisories/130
npm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie
The latest request module has tough-cooke@2.3.0 which fixes this issue
The issue has been resolved, Thanks to schadha-ibm and krg7880.
Update tough-cookie version to at least
2.3.0
https://github.com/krg7880/json-schema-generator/blob/master/npm-shrinkwrap.json#L150 # Updaterequest
tov2.81.1
Reason being is that the dependencytough-cookie
isv2.3.0
on that version while onrequest v2.47.x
andv2.51.x
usestough-cookie v0.12.0
which has vulnerability issuesnpm WARN deprecated tough-cookie@2.2.2: ReDoS vulnerability parsing Set-Cookie
https://nodesecurity.io/advisories/130The latest
request
module has tough-cooke@2.3.0 which fixes this issue