Open github-learning-lab[bot] opened 4 years ago
Upgrade debug to version 2.6.9 or later.
debug ~> 2.6.9
CVE-2017-16137
CVE-2017-16137 low severity
The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o... package.json update suggested: debug ~> 2.6.9
Always verify the validity and compatibility of suggestions with your codebase.
2.6.9
the recommended upgraded version is 2.6.9
Finding vulnerable dependencies
Security vulnerabilities can cause a range of problems for your project or the people who use it. A vulnerability could affect the confidentiality, integrity, or availability of a project. Sometimes vulnerabilities aren't in the code you write, but in the code your project depends on. Staying up-to-date with the most recent versions is the best line of defense.
This repository has some existing dependencies which will need updating to stay secure.
How can we identify dependencies and if they are vulnerable?
This repository is a Node.js project utilizing NPM. Because of that, the
package.json
defines this repository's dependencies. For our time together, we'll be focusing on these JavaScript dependencies. Keep in mind that different programming languages may have different dependency files. You might work with aGemfile
,Gemfile.lock
,*.gemspec
,requirements.txt
,pipfile.lock
, or other files.How can we know these dependencies are secure? It's not always easy, but GitHub is watching out.
GitHub's security alerts for vulnerable dependencies
You may notice some alerts from GitHub about this repository. You may get an email, or see a yellow bar warning you about the
package.json
file.GitHub tracks public vulnerabilities in Ruby gems, NPM, Python, Java, and .Net packages.
GitHub receives a notification of a newly-announced vulnerability. Next, we check for repositories that use the affected version of that dependency. We send security alerts to a set of people within those affected repositories. The owners are contacted by default. But, it's possible to configure specific teams or individuals to get these important notifications.
GitHub never publicly discloses identified vulnerabilities for any repository.
Step 2: Find this repository's vulnerable dependencies
Use GitHub's security alerts to identify a vulnerable NPM dependency.
:keyboard: Activity: Identify the suggested version update
debug
, and click on the right hand side of the yellowdebug
section.For a printable version of the steps in this course, check out the Quick Reference Guide.
Return to this issue for my next comment.