auth0 / node-jws

JSON Web Signatures
http://self-issued.info/docs/draft-ietf-jose-json-web-signature.html
MIT License
709 stars 108 forks source link

Upgrade: jwa dependency from 1.1.5 -> 1.1.6 #80

Closed andygout closed 5 years ago

andygout commented 6 years ago

Upgrades the jwa dependency from ^1.1.5 to ^1.1.6 so that projects not downloading packages on a semver basis (i.e. using a package-lock.json) are able to benefit from the changes introduced in v1.1.6 of that package, namely:

Vulnerabilities have been reported (by Whitesource and Synk) in base64url < v3.0.0 and so we would like those versions to be excluded from our dependency tree.

lgodmer commented 6 years ago

Thanks @andygout! @omsmith can we get a released version with this change? We are also hitting issues in snyk due to the jwa dependency.

charlenetshos commented 6 years ago

@omsmith @brianloveswords we are failing nsp check in one of our projects because of https://nodesecurity.io/advisories/658. When will this change be released?

iamariffikri commented 6 years ago

Can we have this merged? Node security is bugging us for Out-of-bounds Read in base64url.