Simplify technical spec support explanation

pull/1/head
Chris Lenk 2020-07-01 15:05:42 -04:00
parent 6daa9bd8a5
commit 4b02d22068
1 changed files with 7 additions and 7 deletions

View File

@ -69,14 +69,14 @@ STIX 2 Technical Specification Support
This version of cti-python-stix2 brings support to `STIX Version 2.1 <https://docs.oasis-open.org/cti/stix/v2.1/cs01/stix-v2.1-cs01.html>`__ This version of cti-python-stix2 brings support to `STIX Version 2.1 <https://docs.oasis-open.org/cti/stix/v2.1/cs01/stix-v2.1-cs01.html>`__
published on 20 March 2020 currently at the Committee Specification (CS) level. published on 20 March 2020 currently at the Committee Specification (CS) level.
The `stix2` Python library is built to support multiple versions of the STIX2 The stix2 Python library supports multiple versions of the STIX 2 Technical
Technical Specification. With newer Committee Specification Draft (CSD) the Specification. The library will be updated to support new Committee
library will bring initial support with the intention is to help debug components Specification Drafts (CSDs) as they are released, but modules for these
of the library and also check for problems that should be fixed in the specification, versions must be imported manually until the CSD reaches CS level. In new
but these modules must be imported manually until the CSD reaches CS level. major releases of stix2 the ``import stix2`` implicit import statement
With continued releases to stix2 the ``import stix2`` implicit import statement
will be updated to automatically load the STIX Objects equivalent to the most will be updated to automatically load the STIX Objects equivalent to the most
recently supported CS. Please see the library documentation for details. recently supported CS. Please see the `library documentation <https://stix2.readthedocs.io/en/latest/guide/ts_support.html>`__
for details.
Governance Governance
---------- ----------