diff --git a/stix2/v21/observables.py b/stix2/v21/observables.py index 8c9a2a1..88f1ff7 100644 --- a/stix2/v21/observables.py +++ b/stix2/v21/observables.py @@ -770,7 +770,7 @@ class Software(_Observable): ('granular_markings', ListProperty(GranularMarking)), ('defanged', BooleanProperty(default=lambda: False)), ]) - _id_contributing_properties = ["name", "cpe", "vendor", "version"] + _id_contributing_properties = ["name", "cpe", "swid", "vendor", "version"] class URL(_Observable):