-
Notifications
You must be signed in to change notification settings - Fork 142
Open
Labels
featureuse for describing a new feature to developuse for describing a new feature to developneeds triageuse to identify issue needing triage from Filigran Product teamuse to identify issue needing triage from Filigran Product team
Description
Problem to Solve
Call of StixCyberObservable.create
in pycti
produces extra indicators retrieving (that should be optional):
client-python/pycti/entities/opencti_stix_cyber_observable.py
Lines 462 to 470 in 7d3f09d
indicators { | |
edges { | |
node { | |
id | |
pattern | |
pattern_type | |
} | |
} | |
} |
The extra retrieving produces extra workload to the Platform (that can be harmful in some cases, for example in intensive SCO creation)
Current Workaround
Make you own create function with custom query (might be with custom signature) and call it using query
method or using your favorite HTTP client.
Proposed Solution
Add parameter to StixCyberObservable.create
for optional indicators retrieving, for example bool
or use existing one: createIndicator
. Make it False
by default.
Metadata
Metadata
Assignees
Labels
featureuse for describing a new feature to developuse for describing a new feature to developneeds triageuse to identify issue needing triage from Filigran Product teamuse to identify issue needing triage from Filigran Product team