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 fix typo for Class X509V3ExtensionsType 2020-11-18 18:08:57 -05:00
base.py Reorganize bases, use isinstance to check version 2020-03-27 02:40:42 -04:00
bundle.py Initial revamp of customization enforcement and detection. 2021-03-31 15:21:55 -04:00
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 Fix bug with reference type enforcement on property 2020-11-16 15:04:24 -05:00
vocab.py Add proper customization enforcement for open vocabs. This adds 2021-03-31 16:20:28 -04:00