Update stix2/environment.py

pull/1/head
Emmanuelle Vargas-Gonzalez 2021-03-10 09:52:24 -05:00 committed by GitHub
parent 262284444e
commit 7d7c56c64b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -258,8 +258,8 @@ class Environment(DataStoreMixin):
threshold: A numerical value between 0 and 100 to determine the minimum
score to result in successfully calling both objects equivalent. This
value can be tuned.
ds1: A DataStore object instance representing your graph
ds2: A DataStore object instance representing your graph
ds1 (optional): A DataStore object instance from which to pull related objects
ds2 (optional): A DataStore object instance from which to pull related objects
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).
If set to True this check will be skipped.