99a8ade4cd 
								
							
								 
							
						 
						
							
							
								
								pre-commit stylistic fixes  
							
							
							
						 
						
							2021-07-06 20:40:50 -04:00  
				
					
						
							
							
								 
						
							
							
								b9eba77008 
								
							
								 
							
						 
						
							
							
								
								Move the CustomExtension decorator from the v21.observables module  
							
							... 
							
							
							
							to v21.common.  Custom extensions are not specific to SCOs, so I
don't know why it was in that module.  Now, ExtensionDefinition
and CustomExtension are together in the same module, just like
MarkingDefinition and CustomMarking are together.  Made sense to
me. 
							
						 
						
							2021-07-02 20:54:54 -04:00  
				
					
						
							
							
								 
						
							
							
								ef2ef95c3a 
								
							
								 
							
						 
						
							
							
								
								`stix-extension` to `extension-definition`  
							
							
							
						 
						
							2020-12-22 21:59:18 -05:00  
				
					
						
							
							
								 
						
							
							
								33a472d8f5 
								
							
								 
							
						 
						
							
							
								
								define Incident stub  
							
							
							
						 
						
							2020-12-22 17:46:29 -05:00  
				
					
						
							
							
								 
						
							
							
								22c4351688 
								
							
								 
							
						 
						
							
							
								
								flatten the extensions map, remove enclosing_type from ExtensionsProperty  
							
							... 
							
							
							
							other minor changes 
							
						 
						
							2020-11-10 17:08:51 -05:00  
				
					
						
							
							
								 
						
							
							
								5cb52844dc 
								
							
								 
							
						 
						
							
							
								
								fixing typos on Object types  
							
							
							
						 
						
							2020-11-05 12:56:30 -05:00  
				
					
						
							
							
								 
						
							
							
								b17f502e8f 
								
							
								 
							
						 
						
							
							
								
								expose the "extensions" property on all object types  
							
							... 
							
							
							
							remove restriction on MarkingDefinition Object 
							
						 
						
							2020-10-19 22:18:45 -04:00  
				
					
						
							
							
								 
						
							
							
								7def04fd6f 
								
							
								 
							
						 
						
							
							
								
								Add __all__'s to v20 and v21/__init__.py to ensure that  
							
							... 
							
							
							
							star-imports from those modules get the right symbols.  "base"
was a problem because it was getting imported via
stix2/__init__.py and overwriting stix2.base, making the actual
stix2/base.py module inaccessible. 
							
						 
						
							2020-06-03 17:39:09 -04:00  
				
					
						
							
							
								 
						
							
							
								01ba190525 
								
							
								 
							
						 
						
							
							
								
								Reorganize bases, use isinstance to check version  
							
							... 
							
							
							
							Renamed STIXDomainObject -> _DomainObject.
Renamed STIXRelationshipObject -> _RelationshipObject. 
							
						 
						
							2020-03-27 02:40:42 -04:00  
				
					
						
							
							
								 
						
							
							
								ae35d2ab01 
								
							
								 
							
						 
						
							
							
								
								Add and update tests to conform code to WD04 SDO specs  
							
							
							
						 
						
							2019-07-02 13:17:43 -04:00  
				
					
						
							
							
								 
						
							
							
								266516ebbc 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #272  from chisholm/malware_analysis  
							
							... 
							
							
							
							Add stix2.1 malware-analysis SDO 
							
						 
						
							2019-06-28 09:57:47 -04:00  
				
					
						
							
							
								 
						
							
							
								5c92db9861 
								
							
								 
							
						 
						
							
							
								
								Add stix2.1 malware-analysis SDO  
							
							
							
						 
						
							2019-06-26 17:06:26 -04:00  
				
					
						
							
							
								 
						
							
							
								db5f8f2ebf 
								
							
								 
							
						 
						
							
							
								
								Update docstrings to relocate links\documentation  
							
							
							
						 
						
							2019-01-11 13:55:05 -05:00  
				
					
						
							
							
								 
						
							
							
								71a2aa2611 
								
							
								 
							
						 
						
							
							
								
								update project documentation.  
							
							
							
						 
						
							2018-11-28 16:51:00 -05:00  
				
					
						
							
							
								 
						
							
							
								51a499cb33 
								
							
								 
							
						 
						
							
							
								
								Formatting changes made by the new pre-commit hook 'add trailing commas'  
							
							... 
							
							
							
							closes  #189  
						
							2018-07-13 11:10:05 -04:00  
				
					
						
							
							
								 
						
							
							
								78d77254ae 
								
							
								 
							
						 
						
							
							
								
								Add object mappings in the top of each version package  
							
							
							
						 
						
							2018-07-10 14:59:43 -04:00  
				
					
						
							
							
								 
						
							
							
								0c3f826c24 
								
							
								 
							
						 
						
							
							
								
								First cut at splitting the Bundle implementation into v20 and  
							
							... 
							
							
							
							v21 variants.  Also fixed up unit tests and got them passing
again. 
							
						 
						
							2018-06-14 15:56:02 -04:00  
				
					
						
							
							
								 
						
							
							
								f6f7d0aed8 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'master' of github.com:oasis-open/cti-python-stix2  
							
							
							
						 
						
							2017-11-02 07:48:37 -04:00  
				
					
						
							
							
								 
						
							
							
								bdb91c6ac4 
								
							
								 
							
						 
						
							
							
								
								Update STIX 2.1 structure  
							
							
							
						 
						
							2017-11-02 07:21:24 -04:00