cti-python-stix2/stix2
Michael Chisholm 9c5f950d5b Add a new_version() restriction preventing SCO ID contributing
properties from being changed, if a UUIDv5 is in use.  Changing
one of those properties would imply an ID change, which is not
allowed across versions.  Also:

- add a trailing comma
- change unchangable_properties to a set instead of a list,
  in case there are dupe props between STIX_UNMOD_PROPERTIES and
  sco_locked_props
2020-06-05 14:24:16 -04:00
..
canonicalization
confidence
datastore
markings Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
test Add a new_version() restriction preventing SCO ID contributing 2020-06-05 14:24:16 -04:00
v20
v21
__init__.py Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
base.py Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
custom.py
environment.py
exceptions.py
parsing.py
pattern_visitor.py
patterns.py
properties.py Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
utils.py Improve versionability detection when creating new versions 2020-06-05 14:24:16 -04:00
version.py
versioning.py Add a new_version() restriction preventing SCO ID contributing 2020-06-05 14:24:16 -04:00
workbench.py