Update stix2/environment.py

Co-authored-by: Chris Lenk <clenk@users.noreply.github.com>
pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-10 09:52:15 -05:00 committed by GitHub
parent bd996b8750
commit 262284444e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -201,8 +201,8 @@ class Environment(DataStoreMixin):
obj2: A stix2 object instance obj2: A stix2 object instance
prop_scores: A dictionary that can hold individual property scores, prop_scores: A dictionary that can hold individual property scores,
weights, contributing score, matching score and sum of weights. weights, contributing score, matching score and sum of weights.
ds1: A DataStore object instance representing your graph ds1 (optional): A DataStore object instance from which to pull related objects
ds2: A DataStore object instance representing your graph ds2 (optional): A DataStore object instance from which to pull related objects
ignore_spec_version: A boolean indicating whether to test object types ignore_spec_version: A boolean indicating whether to test object types
that belong to different spec versions (STIX 2.0 and STIX 2.1 for example). that belong to different spec versions (STIX 2.0 and STIX 2.1 for example).
If set to True this check will be skipped. If set to True this check will be skipped.