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

Commits on Jul 12, 2022

  1. avoid arbitrary code execution in "underscore" dependency

    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
    christopherwood committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    81b7dfa View commit details
    Browse the repository at this point in the history