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

Add script for vulnerability checking of Node.js dependencies #43362

Closed
wants to merge 2 commits into from
Closed

Add script for vulnerability checking of Node.js dependencies #43362

wants to merge 2 commits into from

Commits on Jul 5, 2022

  1. tools: add script for vulnerability checking

    This change adds a new script that queries vulnerability databases
    in order to find if any of Node's dependencies is vulnerable.
    
    The `deps/` directory of Node's repo is scanned to gather the
    currently used version of each dependency, and if any vulnerability
    is found for that version a message is printed out with its ID and
    a link to a description of the issue.
    
    Refs: nodejs/security-wg#802
    facutuesca committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    6b23ecb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85f98b5 View commit details
    Browse the repository at this point in the history