-
Notifications
You must be signed in to change notification settings - Fork 15
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
Update package.json to newer, secure versions #62
Comments
@mehigh Here are my initial findings: Regular expression denial of service (https://github.com/xwp/site-performance-tracker/security/dependabot/3):
Uncontrolled Resource Consumption in markdown-it (https://github.com/xwp/site-performance-tracker/security/dependabot/1):
Would should be my approach? I've seen ways to force dependency versions but that doesn't seem like a very stable way to handle these vulnerabilities. |
@loganwisniewski please contribute a PR which updates all of the dependencies to the latest versions. We don't need to spend a lot of time on this, but at least do our due diligence in at least passing (or contributing too, as it is not too much of an ask for a npm dependency) the information and improving security in the tools we're using. |
The result of site-performance-tracker/package.json Lines 65 to 67 in 6be53c6
so we can ignore any dev-dependency related warnings. |
https://github.com/xwp/site-performance-tracker/security/dependabot
The text was updated successfully, but these errors were encountered: