Skip to content

Commit 8dfc2f8

Browse files
committed
Fix duplicates in Detections with possible Atomic tests mapping
1 parent 50bfcd1 commit 8dfc2f8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

default/data/ui/views/attack_range_navigator.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
| eval "Candidate Atomic test"=mitre_technique
265265
| where atomic_test_exists="1"
266266
| search mitre_technique=$technique_token$ channel=$channel_token$ mitre_tactic=$tactic_name_token$ mitre_technique=$technique_name_token$
267+
| dedup name, "Candidate Atomic test", displayapp
267268
| table name, "Candidate Atomic test", mitre_tactic_display, displayapp
268269
| rename name as "Detection", mitre_tactic_display as "MITRE Tactic", displayapp as "Source"</query>
269270
</search>

0 commit comments

Comments
 (0)