Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 8969386

Browse files
author
Samuel Hassine
committed
[client] No report on attack pattern
1 parent 721191f commit 8969386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pycti/utils/opencti_stix2.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,7 @@ def extract_embedded_relationships(self, stix_object, types=None):
220220
'intrusion-set',
221221
'campaign',
222222
'incident',
223-
'malware',
224-
'attack-pattern'
223+
'malware'
225224
] and (types is None or 'report' in types):
226225
# Add a corresponding report
227226
# Extract date

0 commit comments

Comments
 (0)