Version: 2.1.0.21
cybox.common package¶
The cybox.common module contains classes needed to implement the
types found in the CybOX Common schema (cybox_common.xsd). Although the
implementation is spread between different modules within the cybox.common
package, types should be imported directly from this module in case the
implementations are reorganized in the future.
In other words, do this:
from cybox.common import String
rather than:
from cybox.common.properties import String
Submodules¶
cybox.common.attribute_groupsmodulecybox.common.buildmodulecybox.common.byterunmodulecybox.common.ciphermodulecybox.common.compensation_modelmodulecybox.common.compilersmodulecybox.common.configuration_settingsmodulecybox.common.contributormodulecybox.common.data_segmentmodulecybox.common.daterangemodulecybox.common.datetimewithprecisionmodulecybox.common.dependenciesmodulecybox.common.digitalsignaturemodulecybox.common.environment_variablemodulecybox.common.errorsmodulecybox.common.execution_environmentmodulecybox.common.extracted_featuresmodulecybox.common.extracted_stringmodulecybox.common.hashesmodulecybox.common.internationalization_settingsmodulecybox.common.librariesmodulecybox.common.locationmodulecybox.common.measuresourcemodulecybox.common.object_propertiesmodulecybox.common.platform_specificationmodulecybox.common.propertiesmodulecybox.common.structured_textmodulecybox.common.timemodulecybox.common.toolsmodulecybox.common.usage_contextmodulecybox.common.vocabsmodule