CVEProject / cve-services

This repo contains the source for the CVE Services API.
Creative Commons Zero v1.0 Universal
150 stars 70 forks source link

CVE Record's `dataVersion` field does not update to reflect current schema version when updating a record #1226

Closed jdaigneau5 closed 5 months ago

jdaigneau5 commented 5 months ago

Summary

Updating records with the PUT /cve/{id}/cna and PUT /cve/{id}/adp endpoints should check if a CVE record's dataVersion field is current and update it to the current schema version number if it's not.

Definition of Done

jdaigneau5 commented 5 months ago

Resolved by #1227