-
-
Notifications
You must be signed in to change notification settings - Fork 18
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
Vulnerabilities in dependencies #75
Comments
This is the state of an open source project that I promised myself that I would never let any of my projects reach, and yet I have. After finding game development I have definitely let my web-based open source projects fall behind. I aim to do better. On that note, I plan on going through all of my open source projects, starting with doxdox and doxdox plugins, and updating all dependencies to make sure there no avoidable vulnerabilities. Thank you for the issue and for using doxdox. |
Any news on this? doxdox 3.0.0 is affected by multiple vulnerabilites:
One part of the problem is that you use fixed version constraints instead of something like |
We don't really use it and it has multiple security vulnerabilities See docsbydoxdox/doxdox#75
The latest preview release ( v4.0.0-preview.1 ) of doxdox has resolved the above security issues. |
We don't really use it and it has multiple security vulnerabilities See docsbydoxdox/doxdox#75
Both
npm audit
in projects using doxdox and the Snyk badge in it's readme show that this modules uses vulnerable versions of lodash and handlebars via its own dependencies:My questions are:
@neogeek I see that you've done some updates to avoid snyk alerts last year but the HEAD of master shows "All checks have failed" on GitHub so I don't know if the master in a working state and I'm not sure that the latest changes are published to npm.
The text was updated successfully, but these errors were encountered: