-
Notifications
You must be signed in to change notification settings - Fork 35
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
security issues #6
Comments
Closed
techieshark
added a commit
to techieshark/json-log-viewer
that referenced
this issue
Sep 13, 2018
Why: * Some old packages were resulting in `npm audit` warnings. Related to gistia#6
Merged
techieshark
added a commit
to techieshark/json-log-viewer
that referenced
this issue
Sep 13, 2018
Why: * Some old packages were resulting in `npm audit` warnings. Related to gistia#6
techieshark
added a commit
to techieshark/json-log-viewer
that referenced
this issue
Sep 21, 2018
Why: * Some old packages were resulting in `npm audit` warnings. Related to gistia/json-log-viewer/gistia#6
vinioliveira
pushed a commit
that referenced
this issue
Sep 23, 2018
Why: * Some old packages were resulting in `npm audit` warnings. Related to gistia/json-log-viewer/#6
Update: The recent package update fixes most of those. Now it's just a known issue in
|
top-5
pushed a commit
to top-5/json-log-viewer
that referenced
this issue
Nov 22, 2018
Why: * Some old packages were resulting in `npm audit` warnings. Related to gistia/json-log-viewer/gistia#6
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Awesome project!
I just cloned the repo and npm says there are vulnerabilities to be fixed:
I noticed that the Mocha dependency is quite outdated. This accounts for at least the 1 critical issue (
growl
):npm audit --fix
helped a little:Updating
karma
helps the most:... previously:
found 14 vulnerabilities (10 low, 1 moderate, 3 high) in 2871 scanned packages
13 vulnerabilities require semver-major dependency updates.
1 vulnerability requires manual review. See the full report for details.
$ npm i [email protected]
added 31 packages from 69 contributors, removed 36 packages, updated 39 packages, moved 2 packages and audited 3916 packages in 8.971s
found 1 moderate severity vulnerability
The text was updated successfully, but these errors were encountered: