Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Sneezry/vscode-cve
- Owner: Sneezry
- License: mit
- Created: 2018-08-30T14:37:10.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T16:39:57.000Z (about 6 years ago)
- Last Synced: 2024-10-20T08:57:16.663Z (19 days ago)
- Topics: audit, cve, nodejs, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sneezry.cve
- Size: 79.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security-camera.png
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.