We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c3b0b6 + 7ea48ec commit f57cc2aCopy full SHA for f57cc2a
stix/indicator/indicator.py
@@ -130,7 +130,7 @@ def add_object(self, object_):
130
''' The object paramter is wrapped in an observable and attached to the indicator. The object must be a
131
cybox.core.DefinedObject instance'''
132
133
- observable = Observable(stateful_measure=object_)
+ observable = Observable(object_)
134
self.add_observable(observable)
135
136
def to_obj(self, return_obj=None):
0 commit comments