File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ Version 1.2.0.10
2
+ 2020-05-01
3
+ - #366 Check add_reference methods to prevent NoneType has no attribute 'append'
4
+ - Changes to STIXPackage to prevent the empty <stix:TTPs/> tag from appearing in serialization
5
+
1
6
Version 1.2.0.9
2
7
2020-04-16
3
8
- #364 TTPs would fail to serialize XML Kill_Chains if no TTP was set
Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ version of STIX.
23
23
STIX Version python-stix Version
24
24
============ ===================
25
25
1.2 1.2.0.9 (`PyPI `__) (`GitHub `__)
26
- 1.1.1 1.1.1.16 (`PyPI `__) (`GitHub `__)
26
+ 1.1.1 1.1.1.18 (`PyPI `__) (`GitHub `__)
27
27
1.1.0 1.1.0.6 (`PyPI `__) (`GitHub `__)
28
28
1.0.1 1.0.1.1 (`PyPI `__) (`GitHub `__)
29
29
1.0 1.0.0a7 (`PyPI `__) (`GitHub `__)
30
30
============ ===================
31
31
32
32
__ https://pypi.python.org/pypi/stix/1.2.0.9
33
33
__ https://github.com/STIXProject/python-stix/tree/v1.2.0.9
34
- __ https://pypi.python.org/pypi/stix/1.1.1.16
35
- __ https://github.com/STIXProject/python-stix/tree/v1.1.1.16
34
+ __ https://pypi.python.org/pypi/stix/1.1.1.18
35
+ __ https://github.com/STIXProject/python-stix/tree/v1.1.1.18
36
36
__ https://pypi.python.org/pypi/stix/1.1.0.6
37
37
__ https://github.com/STIXProject/python-stix/tree/v1.1.0.6
38
38
__ https://pypi.python.org/pypi/stix/1.0.1.1
You can’t perform that action at this time.
0 commit comments