OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Changes made to STIX Common Object Repository


Hi All,

 

As was mentioned in an email from 11/3, all objects in the OASIS-Open STIX Common Object Repository have been updated to remove the object-marking-refs property.

This was done by creating a new version of each object, therefore the modified date is “today”. 

 

You might want to do a “git pull” to update any local copies of the repository you have cloned.

 

                Rich

 

Here is an example:

 

Before:

 

{

            "type": "location",

            "spec_version": "2.1",

            "id": "location--a72ce27b-7f1a-4b17-ad17-002295206218",

            "created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",

            "created": "2021-03-13T20:09:21.166112Z",

            "modified": "2021-03-13T20:09:21.166112Z",

            "name": "United States",

            "country": "US",

            "object_marking_refs": [

                "marking-definition--62fd3f9b-15f3-4ebc-802c-91fce9536bcf"

            ]

        }

 

After:

 

{

            "type": "location",

            "spec_version": "2.1",

            "id": "location--a72ce27b-7f1a-4b17-ad17-002295206218",

            "created_by_ref": "identity--8ce3f695-d5a4-4dc8-9e93-a65af453a31a",

            "created": "2021-03-13T20:09:21.166112Z",

            "modified": "2021-11-22T14:54:52.900149Z",

            "name": "United States",

            "country": "US”

        }

 

--

Rich Piazza

Lead Cyber Security Engineer

The MITRE Corporation

781-271-3760

 

signature_1821941933

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]