Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

pbnj/vscode-snyk

Repository files navigation

vscode-snyk

Unofficial Visual Studio Code extension for Snyk.io


DEPRECATION NOTICE

⚠️ This project is now deprecated. As an alternative, I recommend Snyk's official extension: Vuln Cost.

Check your Node.JS and Ruby dependencies against Snyk.io vulnerability database.


feature X

Note: This extension requires internet access to https://snyk.io/vuln/ and will not currently work offline.

Demo

vscode-snyk demo

Usage

This extension adds the Snyk Test command to check your package.json, npm-shrinkwrap, or Gemfile against the Snyk.io VulnDB inventory of known vulnerabilities.

In the command palette (CMD + SHIFT + P), type Snyk Test.

Features

  • If vulnerabilities are found, display an error with a count of vulnerable dependencies vuln count
  • If no vulnerabilities are found, display an info message no vulns
  • Detailed summary of vulnerable dependencies vuln details
  • Hyperlinked URLs directly to Snyk.io VulnDB for more information on remediation.

Release Notes

See CHANGELOG.md.

For more information