VulinOSS
VulinOSS copied to clipboard
Software vulnerabilities data set
The README.md lacks the details to build all the information to build (or update) the database, from scratch/from dump provided ...
also its libs forlder https://github.com/AUEB-BALab/VulinOSS/blob/ee8f7e3fc3b285598b3ec766cd70944f555fc49c/vulinoss/utility.py#L29
After running the `nvd_json_parser` and trying to connect the repositories with the `code_metrics_retriever`, the version_reference field does not get any values. Do I miss something?
from https://nvd.nist.gov/vuln/Data-Feeds/JSON-feed-changelog: > In CVE_JSON_4.0_min.schema, the affects element has been removed from the required properties. > "required": [ "data_type", "data_format", "data_version", "CVE_data_meta", "affects", > "problemtype", "references", "description" ], This justify...