twilio / twilio-node

Node.js helper library
MIT License
1.37k stars 497 forks source link

fix(vulnerability): Update jsonwebtoken to v.9.0.0 #881

Closed GermanSmoliar closed 1 year ago

GermanSmoliar commented 1 year ago

jsonwebtoken is a JSON Web Token implementation (symmetric and asymmetric)

Affected versions of this package are vulnerable to Improper Input Validation such that if a malicious actor has the ability to modify the key retrieval parameter (referring to the secretOrPublicKey argument from the readme link) of the jwt.verify() function, they can gain remote code execution (RCE).

More about this issue

Vulnerability in unit-finance/unit-finance:Unit.Api/package.json

image

Please merge it ASAP

childish-sambino commented 1 year ago

Duplicate of https://github.com/twilio/twilio-node/pull/847

https://github.com/twilio/twilio-node/issues/846#issuecomment-1366017233