From the course: Node.js: Security
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Find vulnerabilities with Snyk - Node.js Tutorial
From the course: Node.js: Security
Find vulnerabilities with Snyk
- [Instructor] Snyk is a great service to provide a first line of defense and to determine if any of your project are at stake. It's great documentation offers advice on how to remediate any issues you may have in your code and what type of attacks can impact your project. So let me demonstrate. So the way you work with Snyk is, well, first of all, I have an account and I'm using it personally and we're using it professionally with my company. So basically what you do is log in first and you would log in usually with your GitHub account if you have all your repos on your GitHub account. So once you're logged in, you need to basically authorize Snyk to go into your GitHub account. Once you're logged in, it will basically list all the projects that you have. For example, I have these two projects that really need to have an update and let's take a look at what. So what it would do is basically give you the very critical issues, the high level issues, moderate, and then low. So if we…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.