initial commit
This commit is contained in:
18
Readme.md
Normal file
18
Readme.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 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`
|
Reference in New Issue
Block a user