AppThreat / vulnerability-db

Vulnerability database and package search for sources such as Linux, OSV, NVD, GitHub and npm. Powered by sqlite, CVE 5.0, purl, and vers.
MIT License
93 stars 22 forks source link

Group name and fix version are missing in the result #8

Closed prabhu closed 4 years ago

prabhu commented 4 years ago

Only the following is returned by cli.py

headers = ["Id", "Package", "CWE", "Severity", "Score", "Description"]

This should include Group name and fix version as well. We might deviate further from grafeas format since group name is not an attribute in the data structure.

Returning fix version is going to take an effort.