Eliminating Security Vulnerabilities with NPM Audit

Go to class
Write Review

Free Online Course: Eliminating Security Vulnerabilities with NPM Audit provided by Pluralsight is a comprehensive online course, which lasts for 1-2 hours worth of material. The course is taught in English and is free of charge. Upon completion of the course, you can receive an e-certificate from Pluralsight. Eliminating Security Vulnerabilities with NPM Audit is taught by Joe Eames.

Overview
  • Security is a critical piece of any production software, and although it can be tempting to ignore it, doing so will only delay the inevitable. With the npm audit command, addressing security issues is now easier than ever.

    Security is critical to any production application, but it can be difficult to identify security vulnerabilities. In this course, Eliminating Security Vulnerabilities with NPM Audit, you will gain an in-depth understanding of how to use npm audit to resolve security vulnerabilities in your JavaScript applications. First, you will see how to run audits and discover what vulnerabilities you have. Next, you will run the audit fix command to fix those vulnerabilities. Finally, you will explore how to deal with vulnerabilities that don't have published fixes. When you are finished with this course, you will have the skills and knowledge of npm audit needed to keep your applications free of known security vulnerabilities.

    Topics:

    • Course Overview
    • Overview of NPM Security
    • NPM Audit Basics
    • Performing an Audit
    • Advanced Solutions