Skip to content
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 #3296

Closed
1 of 11 tasks
digitalfrost opened this issue Nov 2, 2018 · 6 comments
Closed
1 of 11 tasks

Vulnerabilities in dependencies #3296

digitalfrost opened this issue Nov 2, 2018 · 6 comments

Comments

@digitalfrost
Copy link
Contributor

digitalfrost commented Nov 2, 2018

Most appropriate sub-area of p5.js?

  • Color
  • Core/Environment/Rendering
  • Data
  • Events
  • Image
  • IO
  • Math
  • Typography
  • Utilities
  • WebGL
  • Other (Security)

running npm install gives the following warning

added 1511 packages from 1560 contributors and audited 9000 packages in 249.758s found 21 vulnerabilities (9 low, 9 moderate, 2 high, 1 critical)

running npm audit gives a detailed report.

Posting the full report is difficult to do here because of formatting issues but I have put it in this gist: https://gist.github.com/digitalfrost/5faa99e9d1549201672fe0c0fe44f975

@digitalfrost
Copy link
Contributor Author

A lot of the warnings are raised due to grunt-contrib-yuidoc
The p5.js project is already on the latest released version.

Link to the npm page for grunt-contrib-yuidoc
The last release was 3 years ago.

@digitalfrost
Copy link
Contributor Author

grunt-saucelabs also causes a warning.
Last release was 2 years ago.
The p5.js project is already on the latest released version.

@digitalfrost
Copy link
Contributor Author

grunt-open is the cause of the vulnerability marked as critical.
Last release was 5 years ago.

@digitalfrost
Copy link
Contributor Author

The other warnings come from:

grunt-update-json
Last released 3 years ago.

grunt-release-it
Last released 3 years ago.

grunt-jscs
Last released 2 years ago

@digitalfrost
Copy link
Contributor Author

Just submitted a pull request to grunt-saucelabs to fix problems with lodash and saucelabs:
axemclion/grunt-saucelabs#231.
Also see axemclion/grunt-saucelabs#229 for ticket on vulnerabilities in grunt-saucelabs

@digitalfrost
Copy link
Contributor Author

Just submitted a pull request to grunt-contrib-yuidoc to fix some of the security vulnerabilities: gruntjs/grunt-contrib-yuidoc#35

lmccart pushed a commit that referenced this issue Nov 17, 2018
lmccart pushed a commit that referenced this issue Nov 17, 2018
@lmccart lmccart closed this as completed Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants