CVEProject / cvelistV5

CVE cache of the official CVE List in CVE JSON 5 format
735 stars 163 forks source link

some CVE without dataVersion field #57

Closed jbmaillet closed 3 months ago

jbmaillet commented 3 months ago

Contrarily to the note at the top of the README regarding version of the schema, some CVE miss this information.

Example: https://github.com/CVEProject/cvelistV5/blob/main/cves/2024/36xxx/CVE-2024-36971.json ...only has "dataType": "CVE_RECORD", but no "dataVersion" field at all.

MaineK00n commented 3 months ago

@jbmaillet When I check it now, dataVersion is included. https://github.com/CVEProject/cvelistV5/blob/f95d8c829ca79789d7501808fd77e686e9a89ffb/cves/2024/36xxx/CVE-2024-36971.json#L198

jbmaillet commented 3 months ago

@MaineK00n indeed, and this file has not changed since e2ea1e8004de5f5569dd4910a32954f8773c4610 on Thu Jun 27. My mistake, I wrongly presumed that such mention should be at the top while JSON is unordered. Thanks for noticing.

Not a bug.