Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/CVEProject/cve-services into…
Browse files Browse the repository at this point in the history
… jd-608
  • Loading branch information
jdaigneau5 committed Feb 1, 2023
2 parents 9aa0de9 + e50795e commit 0af6645
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/controller/cve.controller/cve.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ async function submitCna (req, res, next) {
const additionalCveMetadataFields = {
assignerShortName: assignerShortName,
dateReserved: (cveId.reserved).toISOString(),
datePublished: dateUpdated
datePublished: dateUpdated,
dateUpdated: dateUpdated
}

const providerMetadata = createProviderMetadata(orgUuid, req.ctx.org, dateUpdated)
Expand Down

0 comments on commit 0af6645

Please sign in to comment.