Skip to content

Add support for using API key to vuln checking script

This change adds a new parameter --nvd-key to dep_checker, which allows the user to specify a NVD API key with which to query the National Vulnerability Database.

This increases the rate at which we are allowed to query the database, which speeds up the running time of the script.

See https://github.com/nodejs/node/pull/43362 for context and information on the script itself

Merge request reports

Loading