STIXProject / python-stix

A Python library for parsing, manipulating, and generating STIX content.
http://stix.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
241 stars 88 forks source link

Change stix.ToolInformation and tests for MAEC (STIX 1.1.1.X) #345

Closed emmanvg closed 6 years ago

emmanvg commented 6 years ago

This PR is related to CybOXProject/python-cybox#310. It overrides the ToolInformation vocab to AttackerToolType. The build is failing because it needs a release of the latest cybox changes related to the vocab fixes. In addition:

MAEC tests for library present/missing.

gtback commented 6 years ago

After releasing a new version of python-cybox, I pushed a new commit to the https://github.com/STIXProject/python-stix/tree/issue-310-stix111 that depends on it. There are still a couple errors: https://travis-ci.org/STIXProject/python-stix/builds/348335733

emmanvg commented 6 years ago

@gtback, I think we are good now. I removed Python 2.6 from the CI tests.

clenk commented 6 years ago

This looks good to me.