Skip to content

Commit 9e42abc

Browse files
docs: fix unique_id_or_hash_code docs (#13501)
1 parent 60e33e4 commit 9e42abc

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/content/en/working_with_findings/finding_deduplication/deduplication_algorithms.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,9 @@ Endpoints can influence deduplication in different ways depending on the algorit
3636
- Set it to a list of endpoint attributes (e.g. `["host", "port"]`). If at least one endpoint pair between the two findings matches on all listed attributes, deduplication can occur.
3737

3838
### Unique ID From Tool or Hash Code
39+
A finding is a duplicate with another if they have the same unique_id_from_tool OR the same hash_code.
3940

40-
- Intended flow:
41-
1) Try to deduplicate using the tool’s unique ID (endpoints ignored on this path).
42-
2) If no match by unique ID, fall back to the Hash Code path.
43-
- When falling back to hash code, endpoint behavior is identical to the Hash Code algorithm.
41+
The endpoints also have to match for the findings to be considered duplicates, see the Hash Code algorithm above.
4442

4543
### Legacy (OS only)
4644

0 commit comments

Comments
 (0)