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
datefield is the logical date at which the finding was found/detected/discovered (Date Discoveredfield in the UI).This
datecan be different (earlier) than the date at which the finding was created/imported in Defect Dojo (createdfield).The
datefield can be set when (re)importing a scan via the UI or via settings thescan_datefield in the API (re)import request. Thedatefield can also be edited in the UI when editing a finding.If applicable, please mark the correct answer as "Answer".