-
Notifications
You must be signed in to change notification settings - Fork 179
Retrieve DefectDojo finding ID from SecureCodeBox finding ID #536
Copy link
Copy link
Closed
Labels
defectdojoAll issues regarding the DefectDojo IntegrationAll issues regarding the DefectDojo IntegrationenhancementNew feature or requestNew feature or request
Description
➹ New Feature implementation request
Is your feature request related to a problem?
As a secureCodeBox user with DefectDojo integration I would like to know what DefectDojo finding was created for each secureCodeBox finding (and vice-versa).
This would be useful in a case where you create a custom hook which sends notifications for very specific finding cases with a link to the DefectDojo finding. DefectDojo's notification support is very limited.
Possible solutions
These are some possible solutions that I came up with. I'm very happy to hear any other solutions!
- It would make sense if the
unique_id_from_toolfield in the Finding model refers to SecureCodeBox's finding ID. Currently, however, the finding filters don't include this field yet (i.e. no way to get finding from theunique_id_from_toolfield). This field is already updated with DefectDojo's generic importer, but some other existing importers write their own unique id into it. We would need to patch the created findings after creation. - The DefectDojo persistence provider updates the Minio finding so that it includes the DefectDojo finding ID.
- The DefectDojo persistence provider is a ReadAndWriteHook which writes a map of
SecureCodeBox ID->DefectDojo IDback to the scan spec.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
defectdojoAll issues regarding the DefectDojo IntegrationAll issues regarding the DefectDojo IntegrationenhancementNew feature or requestNew feature or request
Type
Projects
Status
Done