-
Notifications
You must be signed in to change notification settings - Fork 214
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
nsp found vulnerability #147
Closed
oskaryil opened this issue
Feb 16, 2018
· 4 comments
· May be fixed by wambugucoder/MERN-STACK-APP-FCC-CHALLENGE#630, Marsko94/React_projectS20#7, richyhoopd/API-CRUD#120, rodcko/ecommerce-nodejs#219 or quocthinh78/backendAuth#4
Closed
nsp found vulnerability #147
oskaryil opened this issue
Feb 16, 2018
· 4 comments
· May be fixed by wambugucoder/MERN-STACK-APP-FCC-CHALLENGE#630, Marsko94/React_projectS20#7, richyhoopd/API-CRUD#120, rodcko/ecommerce-nodejs#219 or quocthinh78/backendAuth#4
Comments
v8 of jsonwebtoken dropped the Joi dependency. I ran the tests on an updated dependency (v8.1.1) and they all pass. This might be useful: https://github.com/auth0/node-jsonwebtoken/wiki/Migration-Notes:-v7-to-v8 |
Any news? It is breaking my build, once nsp is failing |
@themikenicholson, Can I send a Pull Request to fix it? |
Closed
Fixed by 4.0.0 release. Closing. Apologies for taking so long to get to this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
node security check just found a new vulnerability in
passport-jwt
which goes down tojsonwebtoken
>joi
>hoek
.https://nodesecurity.io/advisories/566
The text was updated successfully, but these errors were encountered: