Difference between the fields "date" and "created" for a finding. #11933
-
When getting a finding from the API, the finding json has these two fields:
These same fields are available in the table These fields tend to be the same for most findings and tend to point to the data the finding was created, but in a few cases the values are different. What is the difference between these two fields and how to control their values when ingesting new findings via the import/re-import functions? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The The If applicable, please mark the correct answer as "Answer". |
Beta Was this translation helpful? Give feedback.
The
date
field is the logical date at which the finding was found/detected/discovered (Date Discovered
field in the UI).This
date
can be different (earlier) than the date at which the finding was created/imported in Defect Dojo (created
field).The
date
field can be set when (re)importing a scan via the UI or via settings thescan_date
field in the API (re)import request. Thedate
field can also be edited in the UI when editing a finding.If applicable, please mark the correct answer as "Answer".