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

Moderate vulnerabilities of not-updated packages #18

Open
Tzahile opened this issue May 3, 2020 · 0 comments
Open

Moderate vulnerabilities of not-updated packages #18

Tzahile opened this issue May 3, 2020 · 0 comments

Comments

@Tzahile
Copy link

Tzahile commented May 3, 2020

Hello.
For few months I get this warning whenever using npm in my projects involving vue-plotly:

found X vulnerabilities (Y low, Z moderate) in 38272 scanned packages
X vulnerabilities require manual review. See the full report for details.

(x is the number of total vulnerabilities).
After npm audit, I got the following list:

                    npm audit security report
                         Manual Review
     Some vulnerabilities require your attention to resolve

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.0
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > gl-plot2d > gl-select-static >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/548

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.0
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > gl-plot3d > gl-select-static >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/548

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.0
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > ndarray-fill > cwise >
                  static-module > static-eval
More info       https://npmjs.com/advisories/548

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.0
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > ndarray-homography > ndarray-warp >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/548

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.2
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > gl-plot2d > gl-select-static >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/758

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.2
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > gl-plot3d > gl-select-static >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/758

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.2
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > ndarray-fill > cwise >
                  static-module > static-eval
More info       https://npmjs.com/advisories/758

Moderate        Sandbox Breakout / Arbitrary Code Execution
Package         static-eval
Patched in      >=2.0.2
Dependency of   vue-plotly
Path            vue-plotly > plotly.js > ndarray-homography > ndarray-warp >
                  cwise > static-module > static-eval
More info       https://npmjs.com/advisories/758

  Low             Prototype Pollution
  Package         minimist
  Patched in      >=0.2.1 <1.0.0 || >=1.2.3
  Dependency of   vue-plotly
  Path            vue-plotly > plotly.js > gl-plot2d > gl-select-static >
                  cwise > static-module > quote-stream > minimist
More info       https://npmjs.com/advisories/1179

  Low             Prototype Pollution
  Package         minimist
  Patched in      >=0.2.1 <1.0.0 || >=1.2.3
  Dependency of   vue-plotly
  Path            vue-plotly > plotly.js > gl-plot3d > gl-select-static >
                  cwise > static-module > quote-stream > minimist
More info       https://npmjs.com/advisories/1179

  Low             Prototype Pollution
  Package         minimist
  Patched in      >=0.2.1 <1.0.0 || >=1.2.3
  Dependency of   vue-plotly
  Path            vue-plotly > plotly.js > ndarray-fill > cwise >
                  static-module > quote-stream > minimist
More info       https://npmjs.com/advisories/1179

  Low             Prototype Pollution
  Package         minimist
  Patched in      >=0.2.1 <1.0.0 || >=1.2.3
  Dependency of   vue-plotly  
  Path            vue-plotly > plotly.js > ndarray-homography > ndarray-warp >
                  cwise > static-module > quote-stream > minimist                             
More info       https://npmjs.com/advisories/1179
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

1 participant