Skip to content

Commit

Permalink
Update capa/capabilities/dynamic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz <[email protected]>
  • Loading branch information
williballenthin and mr-tz authored Dec 13, 2024
1 parent b10d591 commit f2a63ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capa/capabilities/dynamic.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def find_thread_capabilities(
sequence: collections.deque[FeatureSet] = collections.deque(maxlen=SEQUENCE_SIZE)

# the names of rules matched at the last sequence,
# so that we can deduplicate long strings of the same matche.
# so that we can deduplicate long repetitions of the same matches.
last_sequence_matches: set[str] = set()

for ch in extractor.get_calls(ph, th):
Expand Down

0 comments on commit f2a63ed

Please sign in to comment.