cti-python-stix2/stix2
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
..
canonicalization Revert JSON canonicalization code 2021-02-18 12:21:52 -05:00
confidence update project documentation. 2018-11-28 16:51:00 -05:00
datastore Merge pull request #500 from emmanvg/add-fp-serialize 2021-03-19 21:13:30 -04:00
equivalence Update __init__.py 2021-03-12 16:49:23 -05:00
markings Remove six dependency (backwards breaking) 2021-02-18 12:38:35 -05:00
test Clean up ReferenceProperty.clean(), to use new APIs which are 2021-03-31 20:01:27 -04:00
v20 Remove a workaround which was used in the 2.0 and 2.1 Report 2021-03-31 20:56:31 -04:00
v21 Remove a workaround which was used in the 2.0 and 2.1 Report 2021-03-31 20:56:31 -04:00
__init__.py Fix import sort order 2021-01-15 10:27:39 -05:00
base.py Initial revamp of customization enforcement and detection. 2021-03-31 15:21:55 -04:00
custom.py Remove six dependency (backwards breaking) 2021-02-18 12:38:35 -05:00
environment.py Update stix2/environment.py 2021-03-10 09:52:24 -05:00
exceptions.py Add some missing docstrings on a few exception classes. 2021-01-28 23:02:23 -05:00
hashes.py Add proper customization enforcement for open vocabs. This adds 2021-03-31 16:20:28 -04:00
parsing.py Change versioning module to use some of the is_* utility 2021-01-20 16:59:39 -05:00
pattern_visitor.py Remove six dependency (backwards breaking) 2021-02-18 12:38:35 -05:00
patterns.py Remove six dependency (backwards breaking) 2021-02-18 12:38:35 -05:00
properties.py Clean up ReferenceProperty.clean(), to use new APIs which are 2021-03-31 20:01:27 -04:00
registration.py Fixups after a rebase. There were several conflict resolutions 2021-01-20 16:59:39 -05:00
registry.py pre-commit stylistic fixes 2021-01-20 20:49:01 -05:00
serialization.py apply fp_serialize() changes on main serialize() method 2021-03-18 18:08:31 -04:00
utils.py Clean up ReferenceProperty.clean(), to use new APIs which are 2021-03-31 20:01:27 -04:00
version.py Small tweaks: move the definition of DEFAULT_VERSION from the 2021-01-13 11:22:34 -05:00
versioning.py Initial revamp of customization enforcement and detection. 2021-03-31 15:21:55 -04:00
workbench.py Improve versioning.new_version() to better handle custom objects 2021-01-28 23:02:23 -05:00