Last active
January 22, 2018 17:12
-
-
Save tripu/393bf7efa0ec3157643356afad03052e to your computer and use it in GitHub Desktop.
w3c/spork vulnerabilities (after)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ npm-check | |
emailjs NOTUSED? Still using emailjs? | |
Depcheck did not find code similar to require('emailjs') or import from 'emailjs'. | |
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used. | |
Use --skip-unused to skip this check. | |
To remove this package: npm uninstall --save emailjs | |
nopt NOTUSED? Still using nopt? | |
Depcheck did not find code similar to require('nopt') or import from 'nopt'. | |
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used. | |
Use --skip-unused to skip this check. | |
To remove this package: npm uninstall --save nopt | |
octokit NOTUSED? Still using octokit? | |
Depcheck did not find code similar to require('octokit') or import from 'octokit'. | |
Check your code before removing as depcheck isn't able to foresee all ways dependencies can be used. | |
Use --skip-unused to skip this check. | |
To remove this package: npm uninstall --save octokit | |
Use npm-check -u for interactive update. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nsp check | |
(+) 3 vulnerabilities found | |
┌────────────┬────────────────────────────────────────────────────────────────────┐ | |
│ │ Regular Expression Denial of Service │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Name │ moment │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ CVSS │ 7.5 (High) │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Installed │ 2.15.2 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Vulnerable │ <2.19.3 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Patched │ >=2.19.3 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Path │ [email protected] > [email protected] > [email protected] │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ More Info │ https://nodesecurity.io/advisories/532 │ | |
└────────────┴────────────────────────────────────────────────────────────────────┘ | |
┌────────────┬────────────────────────────────────────────────────────────────────┐ | |
│ │ Regular Expression Denial of Service │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Name │ moment │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ CVSS │ 7.5 (High) │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Installed │ 2.15.2 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Vulnerable │ <2.19.3 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Patched │ >=2.19.3 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Path │ [email protected] > [email protected] > [email protected] > [email protected] │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ More Info │ https://nodesecurity.io/advisories/532 │ | |
└────────────┴────────────────────────────────────────────────────────────────────┘ | |
┌────────────┬────────────────────────────────────────────────────────────────────┐ | |
│ │ Remote Memory Exposure │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Name │ request │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ CVSS │ 5.3 (Medium) │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Installed │ 2.67.0 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Vulnerable │ >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Patched │ >=2.68.0 │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ Path │ [email protected] > [email protected] > [email protected] │ | |
├────────────┼────────────────────────────────────────────────────────────────────┤ | |
│ More Info │ https://nodesecurity.io/advisories/309 │ | |
└────────────┴────────────────────────────────────────────────────────────────────┘ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment