A Parser for parsing NIST CVEs in golang
It's still very very much WIP, does some basic printing of descriptions. To test download and unzip the feed from https://nvd.nist.gov/vuln/data-feeds
- Implement impact based filtering
- Consider providing APIs in the form of a library for reuse
- Move to an interface model for output
- Extract more metadata from the JSON
I am using this as a tool to teach me golang, feel free to criticize the code.