File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -236,10 +236,12 @@ Findings (deviations from rulesets) typically have to be processed within an
236236allowed timeframe. Hence, the date of first discovery is stored to allow for
237237the calculation for latest due-dates. Thereby, the initial `discovery_date `
238238must be retained during subsequent updates. Therefore, the `discovery_date ` is
239- part of the `ArtefactMetadata ` model. To re-use the initial `discovery_date ` of
240- a finding, and don't reset it as part of every new scan, it must be defined
241- when a finding is to be interpreted as equal so that the `discovery_date ` must
242- be re-used.
239+ part of the `ArtefactMetadata ` model. By default, the initial `discovery_date `
240+ of a finding is re-used in case the OCM identity (except its version and extra
241+ identity) and the `key ` property of the finding match. In case it is desired to
242+ deviate from this defalt behaviour (e.g. in case the `key ` contains a package
243+ version which should not be considered for the re-use), a custom check must be
244+ implemented as part of the upload metadata route.
243245
244246Considerations
245247^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments