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

Commit 49c3f07

Browse files
committed
[client] Add None for generate_id malware analysis for retro compat
1 parent f3f9708 commit 49c3f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_malware_analysis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def __init__(self, opencti):
219219
"""
220220

221221
@staticmethod
222-
def generate_id(result_name, product, submitted):
222+
def generate_id(result_name, product=None, submitted=None):
223223
result_name = result_name.lower().strip()
224224
data = {"result_name": result_name, "product": product}
225225
if submitted is not None:

0 commit comments

Comments
 (0)