CVE Record's `dataVersion` field does not update to reflect current schema version when updating a record
jdaigneau5 opened this issue · 1 comments
jdaigneau5 commented
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
jdaigneau5 commented
Resolved by #1227