cti-python-stix2/stix2/sources
Chris Lenk 190b639126 Fix memory datastore to pass tests
1) 'stix_data' is now optional; you can set up a MemorySink without
needing a starting set of data.
2) Removed stix2-validator calls. The validator fails when called on our
_STIXBase-derived classes because we store timestamps as datetime
objects, while the validator expects strings. Also, this was the only
datastore that used the validator, and we should be consistent across
all of them. The validator can be added back in later.
2017-09-08 12:49:08 -04:00
..
__init__.py Improve docstrings for Environment layer 2017-09-08 11:15:10 -04:00
filesystem.py Merge remote-tracking branch 'oasis/master' into datastores 2017-09-01 10:13:57 -04:00
filters.py Build filter function map 2017-08-31 18:21:29 +00:00
memory.py Fix memory datastore to pass tests 2017-09-08 12:49:08 -04:00
taxii.py Merge remote-tracking branch 'oasis/master' into datastores 2017-09-01 10:13:57 -04:00