DefectDojo Integration Reimport Dependency Track Finding into Existing Test #1622
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
integration/defectdojo
Related to the Defect Dojo integration
Milestone
The enhancement may already be reported! Please search for the enhancement before creating one.
Current Behavior:
Dependency Track (DT) has a background task for DefectDojo (DD) integration. The task will publish the DT finding into DD via its 'import-scan' API endpoint at a predefine frequency. Upon each push, a new test will be generated in DD.
Proposed Behavior:
Add additional logic inside the same task, where the DT will try to determine if there is an existing test created from previous publishing. If no previous publishing found, then DT will create a new test via 'import-scan' endpoint. Otherwise, DT will rewrite the existing test via 'reimport-scan' endpoint instead. The new behavior will remove the burden of de-duplicating the numerous tests in the DD side, for the DD analyst.
The text was updated successfully, but these errors were encountered: