-
Notifications
You must be signed in to change notification settings - Fork 118
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
High vulnerability #249
Comments
Later this week, I will update the dependencies to fix the many vulnerabilities. |
Looking forward |
Hi, @ptitjes just checking, are we still on track for this fix. I'm really looking forward to this fix. cheers |
I tried to fix it some days ago. However the npm server was outputing errors while auditing. I'd be grateful if one of you would like to make a PR. |
Thanks for clarifying. I'll give a try too and send a PR if it sticks. |
Is it possible to get this pushed up to npm? |
@stanlemon Yep, I'll do a release this weekend. |
UPDATE: I thought this fix was released, but looks like it hasn't made it onto NPM yet. The latest version as of this writing ( "pouchdb-authentication": "git+https://github.com/silverbackdan/pouchdb-authentication.git#c6e903693c1f" I'm still getting a security warning, despite the update: my "pouchdb-authentication": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/pouchdb-authentication/-/pouchdb-authentication-1.1.3.tgz",
"integrity": "sha512-xzxmqAK6+rtJlVcFwebLBDlY0dDD5aqEb+bT0xStFp3s6HPC1QEa9C1NzkBScNBb8UG2BygTrVRMJzJLTR2LrA==",
"requires": {
"inherits": "2.0.3",
"pouchdb-ajax": "~6.4.0",
"pouchdb-binary-utils": "~6.4.0",
"pouchdb-promise": "~6.4.0",
"pouchdb-utils": "~6.4.0",
"url-join": "4.0.0",
"url-parse": "1.2.0"
}
}, |
Some of the other libraries - and the code using these - probably also need an upgrade/change e.g. |
Maybe this is because the version number in package.json in master needs to be bumped to 1.1.4? Because now it lists dependency on url-parse 1.4.3, but the version of pouchdb is still 1.1.3, and that release still requires 1.2.0. Of course there is workaround of installing from GitHub, but it should go to NPM... |
npm audit
Gives me one high vulnerability coming from pouchdb-authentication.The text was updated successfully, but these errors were encountered: