Advertisement
Guest User

1

a guest
Jun 14th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.16 KB | None | 0 0
  1. ➜ Start-template-gulp-4-pug-sass git:(master) ✗ npm audit
  2.  
  3. === npm audit security report ===
  4.  
  5. ┌──────────────────────────────────────────────────────────────────────────────┐
  6. │ Manual Review │
  7. │ Some vulnerabilities require your attention to resolve │
  8. │ │
  9. │ Visit https://go.npm.me/audit-guide for additional guidance │
  10. └──────────────────────────────────────────────────────────────────────────────┘
  11. ┌───────────────┬──────────────────────────────────────────────────────────────┐
  12. │ High │ Regular Expression Denial of Service │
  13. ├───────────────┼──────────────────────────────────────────────────────────────┤
  14. │ Package │ minimatch │
  15. ├───────────────┼──────────────────────────────────────────────────────────────┤
  16. │ Patched in │ >=3.0.2 │
  17. ├───────────────┼──────────────────────────────────────────────────────────────┤
  18. │ Dependency of │ gulp-csscomb [dev] │
  19. ├───────────────┼──────────────────────────────────────────────────────────────┤
  20. │ Path │ gulp-csscomb > csscomb > csscomb-core > minimatch │
  21. ├───────────────┼──────────────────────────────────────────────────────────────┤
  22. │ More info │ https://npmjs.com/advisories/118 │
  23. └───────────────┴──────────────────────────────────────────────────────────────┘
  24. ┌───────────────┬──────────────────────────────────────────────────────────────┐
  25. │ High │ Regular Expression Denial of Service │
  26. ├───────────────┼──────────────────────────────────────────────────────────────┤
  27. │ Package │ minimatch │
  28. ├───────────────┼──────────────────────────────────────────────────────────────┤
  29. │ Patched in │ >=3.0.2 │
  30. ├───────────────┼──────────────────────────────────────────────────────────────┤
  31. │ Dependency of │ gulp-csscomb [dev] │
  32. ├───────────────┼──────────────────────────────────────────────────────────────┤
  33. │ Path │ gulp-csscomb > csscomb > csscomb-core > vow-fs > glob > │
  34. │ │ minimatch │
  35. ├───────────────┼──────────────────────────────────────────────────────────────┤
  36. │ More info │ https://npmjs.com/advisories/118 │
  37. └───────────────┴──────────────────────────────────────────────────────────────┘
  38. ┌───────────────┬──────────────────────────────────────────────────────────────┐
  39. │ Low │ Regular Expression Denial of Service │
  40. ├───────────────┼──────────────────────────────────────────────────────────────┤
  41. │ Package │ braces │
  42. ├───────────────┼──────────────────────────────────────────────────────────────┤
  43. │ Patched in │ >=2.3.1 │
  44. ├───────────────┼──────────────────────────────────────────────────────────────┤
  45. │ Dependency of │ gulp-pug-inheritance [dev] │
  46. ├───────────────┼──────────────────────────────────────────────────────────────┤
  47. │ Path │ gulp-pug-inheritance > vinyl-fs > glob-stream > micromatch > │
  48. │ │ braces │
  49. ├───────────────┼──────────────────────────────────────────────────────────────┤
  50. │ More info │ https://npmjs.com/advisories/786 │
  51. └───────────────┴──────────────────────────────────────────────────────────────┘
  52. ┌───────────────┬──────────────────────────────────────────────────────────────┐
  53. │ Low │ Insecure Entropy Source - Math.random() │
  54. ├───────────────┼──────────────────────────────────────────────────────────────┤
  55. │ Package │ node-uuid │
  56. ├───────────────┼──────────────────────────────────────────────────────────────┤
  57. │ Patched in │ >=1.4.4 │
  58. ├───────────────┼──────────────────────────────────────────────────────────────┤
  59. │ Dependency of │ gulp-csscomb [dev] │
  60. ├───────────────┼──────────────────────────────────────────────────────────────┤
  61. │ Path │ gulp-csscomb > csscomb > csscomb-core > vow-fs > node-uuid │
  62. ├───────────────┼──────────────────────────────────────────────────────────────┤
  63. │ More info │ https://npmjs.com/advisories/93 │
  64. └───────────────┴──────────────────────────────────────────────────────────────┘
  65. found 4 vulnerabilities (2 low, 2 high) in 16790 scanned packages
  66. 4 vulnerabilities require manual review. See the full report for details.
  67. ➜ Start-template-gulp-4-pug-sass git:(master) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement