cti-python-stix2/stix2/datastore
Michael Chisholm 3a2f247f68 Fixed my own brainfart with converting string filter values to
datetimes: I'd converted the object property instead of the
filter value! :-P

Also, I fixed filter validation: it was checking for exact types
of the filter values and disallowing subtypes.  This library
includes a datetime subtype named STIXdatetime, and this type
should be usable as a filter value too.  So we need to allow
subtypes.
2018-11-27 18:38:55 -05:00
..
__init__.py safer error class 2018-05-22 10:03:06 -04:00
filesystem.py Changed how filters work, with respect to datetime objects. 2018-11-27 17:36:17 -05:00
filters.py Fixed my own brainfart with converting string filter values to 2018-11-27 18:38:55 -05:00
memory.py Add multi-version support to the filesystem datastore. 2018-11-27 15:24:07 -05:00
taxii.py formatting 2018-05-18 11:45:40 -04:00