-
Notifications
You must be signed in to change notification settings - Fork 86
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
VULNERABILITY! openid npm package 1.0.4 does not check return_to #41
Comments
There is already a PR for that: #35 |
There was a fix but no PR, so I made it: #43 |
Forked and fixed in https://github.com/passport-next/passport-openid Install with npm install @passport-next/passport-openid |
The openid npm module hasn't been touched in years and also has an issue with the use of now deprecated requestjs. It might be worth migrating off of openid to openid-client npm module which is more actively maintained. |
It is necessary to update dependency from
to
The text was updated successfully, but these errors were encountered: