RedHatProductSecurity / cvelib

A Python library and command line interface for CVE Services.
MIT License
56 stars 24 forks source link

Revert "Skip adding providerMetadata to CVE records before submission" #72

Closed mprpic closed 1 year ago

mprpic commented 1 year ago

Reverts RedHatProductSecurity/cvelib#71

providerMetadata is not required by CVE Services but is required by the schema :-/

https://github.com/CVEProject/cve-schema/blob/20a9e977d9020c12d7dce07eb7ef8de30bd61f64/schema/v5.0/CVE_JSON_5.0_schema.json#LL551C16-L552C1

Revert this until a PR is raised against cve-schema to remove that requirement.