cti-python-stix2/stix2
Richard Piazza 94f4f48329 Changes so File object creation doesn't violate on of the MUSTs
Added three new exceptions: DependentPropertiestError, AtLeastOnePropertyError, MutuallyExclusivePropertiesError
Added tests for NetworkTraffic, Process, URL, WindowsRegistryKey and X509Certificate
Added error tests for EmailMessage, NetworkTraffic, Artifact,
Added interproperty checker methods to the base class:  _check_mutually_exclusive_properties, _check_at_least_one_property and _check_properties_dependency
Added interproperty checkers to Artifact, EmailMIMEComponent, EmailMessage, NetworkTraffic
Made NetworkTraffic.protocols required
Added X509V3ExtenstionsType class
Use EmbeddedObjectProperty for X509Certificate.x509_v3_extensions
2017-05-11 15:22:46 -04:00
..
test Changes so File object creation doesn't violate on of the MUSTs 2017-05-11 15:22:46 -04:00
__init__.py Changes so File object creation doesn't violate on of the MUSTs 2017-05-11 15:22:46 -04:00
base.py Changes so File object creation doesn't violate on of the MUSTs 2017-05-11 15:22:46 -04:00
bundle.py
common.py
exceptions.py Changes so File object creation doesn't violate on of the MUSTs 2017-05-11 15:22:46 -04:00
observables.py Changes so File object creation doesn't violate on of the MUSTs 2017-05-11 15:22:46 -04:00
other.py
properties.py
sdo.py
sro.py
utils.py