18 lines
377 B
Markdown
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` |