From the course: Foundational JavaScript Security

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Introduction to GitHub Dependabot

Introduction to GitHub Dependabot - JavaScript Tutorial

From the course: Foundational JavaScript Security

Introduction to GitHub Dependabot

- [Manny] GitHub has recently added a nice tool to evaluate your dependencies for free and provide some alerts when there are some issues with a specific package in the application. So let's take a look at it. So what I'm going to do is select any of my repos and go, for example, to react example and the way you actually enable Dependabots is by going to security and once you get to security; in this area you have a few things. So first you have security policies, which you can set. What are the advisories inside of that particular repo? And then you see Dependabots alert and this basically will take a look at your dependencies and let you know when there are vulnerabilities inside of one of your dependency. Pretty much what we got with Snick, but directly on the repos with this one here. So as you can see right now it's enabled for me, but if it wasn't, you would see a button here that said enable. Once you click on it…

Contents