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

avoid arbitrary code execution in "underscore" dependency #141

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

christopherwood
Copy link

jsonlint -> nomnom -> underscore

Underscore has an arbitrary code execution per the link below.

GHSA-cf4h-3jhx-xvhq

One solution is to "rm package-lock.json" before building. This file
is the lock file that "npm install" left behind.

More details:

/jsonlint # npm audit

underscore 1.3.2 - 1.12.0
Severity: high
Arbitrary Code Execution in underscore - GHSA-cf4h-3jhx-xvhq
fix available via npm audit fix
node_modules/underscore
nomnom >=1.6.0
Depends on vulnerable versions of underscore
node_modules/nomnom

2 high severity vulnerabilities

To address all issues, run:
npm audit fix

jsonlint -> nomnom -> underscore

Underscore has an arbitrary code execution per the link below.

GHSA-cf4h-3jhx-xvhq

One solution is to "rm package-lock.json" before building. This file
is the lock file that "npm install" left behind.

More details:

/jsonlint # npm audit

underscore  1.3.2 - 1.12.0
Severity: high
Arbitrary Code Execution in underscore - GHSA-cf4h-3jhx-xvhq
fix available via `npm audit fix`
node_modules/underscore
  nomnom  >=1.6.0
  Depends on vulnerable versions of underscore
  node_modules/nomnom

2 high severity vulnerabilities

To address all issues, run:
  npm audit fix
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

Successfully merging this pull request may close these issues.

None yet

1 participant