initial commit

This commit is contained in:
Sebastian Kiepsch
2025-09-10 16:01:44 +02:00
commit c01eb78463
8 changed files with 601 additions and 0 deletions

18
Readme.md Normal file
View 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`