Files
node-vuln-checker/Readme.md
Sebastian Kiepsch c01eb78463 initial commit
2025-09-10 16:01:44 +02:00

18 lines
377 B
Markdown

# Vuln Version Checker
Born out of the need to check existing versions of packages because of these vulnerabilities (https://socket.dev/blog/npm-author-qix-compromised-in-major-supply-chain-attack)
## How to use
* Install needed dependencies
```
npm install
```
* Run the tool
```
node index.js vuln.json package-lock.json
```
* find the generated report in `report.html`