Skip to content

Commit ee17d7a

Browse files
author
Bryan Worrell
committed
Updated CHANGES.txt
1 parent efafd8c commit ee17d7a

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGES.txt

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
Version 1.1.0.3
2+
2014-02-24
3+
- Added TTP structure (stix.ttp.TTP)
4+
- Added COA structure (stix.coa.CourseOfAction)
5+
- Added Campaign structure (stix.campaign.Campaign)
6+
- Added Exploit Target structure (stix.exploit_target.ExploitTarget)
7+
- Fixed bugs in CIQ extension classes
8+
- Fixed bugs in namespace/schemalocation generation code
9+
- Added *experimental* from_json() to base Entity class
10+
- Added EntityList class for managing lists of STIX constructs in a more-pythonic manner
11+
- Refactor of GenericRelationship and GenericRelationshipList classes
12+
- Refactor of imports to reduce the amount of in-line, function scoped imports
13+
- Added initial support for Snort Test Mechanism extension (stix.extensions.test_mechanism.snort_test_mechanism.SnortTestMechanism)
14+
- Added initial support for OpenIOC 2010 Test Mechanism (stix.extensions.test_mechanism.openioc_2010_test_mechanism.OpenIOCTestMechanism)
15+
- Updates to Indicator and Incident classes
16+
117
Version 1.1.0.2
218
2014-02-25
319
- Fixed bug where exception would be thrown if parsing defaults were unset

0 commit comments

Comments
 (0)