Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Python program that reads a CSV to parse security vulnerability data and provides a JSON output formatted for Kenna API

Notifications You must be signed in to change notification settings

kanhub/vulnerability-data-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulnerability Data

Setup

  • Clone this repository, create a virtual environment and make sure to pip install -r requirements.txt
  • Set up a .env file at the root folder which contains 2 variables:
    • CSV_FILE_PATH: Absolute path to your CSV file. E.g. C:\workspace\csv-json\VulData_Input.csv
    • JSON_FILE_PATH: Absolute path for where you want your JSON file output to. E.g. C:\workspace\csv-json\Sample.json
  • Once done, you are set - run the application from main.py

Contributors

About

Python program that reads a CSV to parse security vulnerability data and provides a JSON output formatted for Kenna API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages