Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjusted Rusty Hog deduplication to be less flaky #7164

Merged
merged 2 commits into from
Nov 18, 2022

Conversation

fhoeborn
Copy link
Contributor

Currently the same finding (e.g. a secret string in line 3) will not be deduplicated in case its line shifts (e.g. new lines included in between), but instead be found as a new finding, thought the core issue was not resolved.

This change adjusts the hashcode calculation to include the file path + actual occurrence of the secret string.

@github-actions github-actions bot added parser settings_changes Needs changes to settings.py based on changes in settings.dist.py included in this PR labels Nov 18, 2022
@damiencarol damiencarol merged commit 4faaf39 into DefectDojo:dev Nov 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser settings_changes Needs changes to settings.py based on changes in settings.dist.py included in this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants