Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/Sneezry/vscode-cve

Show security alert for vulnerable dependencies of Node projects
https://github.com/Sneezry/vscode-cve

audit cve nodejs vscode-extension

Last synced: 16 days ago
JSON representation

Show security alert for vulnerable dependencies of Node projects

Awesome Lists containing this project

README

        

# CVE for NodeJS for VS Code

This extension shows security alert for vulnerable dependencies of Node projects, and helps to fix vulnerabilities.

## Requirements

* [Node.js](https://nodejs.org)

## Features

* Automatically check vulnerable dependencies for Node projects and show security alert.
* Automatically fix vulnerabilities.

## How To Use

The extension will activate automatically for Node project, and you do not need run any command. If the extension finds vulnerabilities, it will show an alert on bottom right corner in VS Code window. When you hover mouse to the alert, it shows vulnerability details. Click the alert to automatically fix vulnerabilities.

## About CVE

> CVE® is a list of entries—each containing an identification number, a description, and at least one public reference—for publicly known cybersecurity vulnerabilities.

--

## Icon License

Designed by [Eezy](http://www.eezy.com/), licensed under [CC BY-SA 3.0](https://creativecommons.org/licenses/by-sa/3.0/)

## License

MIT License.