CVEProject/cve-services

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

jdaigneau5 opened this issue · 1 comments

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

  • Updating a record correctly updates dataVersion number

Resolved by #1227