Replies: 1 comment
-
Defect Dojo uses the same logic as for deduplication:
A hash code will be calculated for each finding based on the hash code configuration of the scanner. When the hash codes match, the findings are considered identical. The hash code configuration can be tuned via settings: django-DefectDojo/dojo/settings/settings.dist.py Lines 1189 to 1304 in d3cd42c For findings with endpoints these fields are considered to deduplicate endpoints: django-DefectDojo/dojo/settings/settings.dist.py Lines 1405 to 1414 in d3cd42c If applicable, please mark the correct answer as "Answer". |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear community, we rely heavily on the reimport function.
The documentation says the following:
How is DefectDojo effectively matching incoming vs existent findings? Does it look only on the title attributes of the findings? Does it consider other attributes besides title when doing the match? If yes, what attributes exactly?
We are facing some data inconsistency in DefectDojo and we need to make sure Reimport is working as expected for all our user cases.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions