cti-python-stix2/stix2/v21
Michael Chisholm e735b537c7 Remove a workaround which was used in the 2.0 and 2.1 Report
objects, to structure object_refs type requirements as an empty
blacklist, instead of a whitelist.  I think it was originally
necessary due to the older implementation of ReferenceProperty
which was in place at the time.  With the implementation change
to invert whitelists with generics to blacklists when
allow_custom=True, a "full" whitelist is internally converted to
an empty blacklist anyway, so it winds up being the same thing.
But I think the full whitelist looks better in the code, so I
prefer that to the empty blacklist.
2021-03-31 20:56:31 -04:00
..
__init__.py
base.py
bundle.py
common.py Add back usage of spec_version where HashesProperty is used for 2021-03-31 16:20:33 -04:00
observables.py Add back usage of spec_version where HashesProperty is used for 2021-03-31 16:20:33 -04:00
sdo.py Remove a workaround which was used in the 2.0 and 2.1 Report 2021-03-31 20:56:31 -04:00
sro.py
vocab.py