To make this work:
For DB Project:
- Install Node.js
- Run "npm i" in project
- Run "node crawlSnyk.js" in project root
The script that is run will take the data from db-dat, process it, and convert it into db project data in the processed folder.
For Web Security Project: To run lookup: ./lookup [input csv path] [all fields that need to be extracted] --output [output csv file's path]
- Multiple fields can be input
- Output file must be csv file. If the output file is not given, an output file name will be randomly generated.