Rich Piazza
Rich Piazza
- Code Change - Sorting criteria for the collection endpoint (section 2.1.7) seems to be more restrictive than the spec (section 3.3) - If we want to use the examples...
Have you tried using mongo db indexing? Here is what we do for testing: > id_index = IndexModel([("id", ASCENDING)]) type_index = IndexModel([("type", ASCENDING)]) collection_index = IndexModel([("_collection_id", ASCENDING)]) date_index = IndexModel([("_manifest.date_added",...
As of a few weeks ago, we are in the process of transferring maintenance of all of these OASIS Open STIX/TAXII utilities to others. We still monitor these repositories, and...
HI @sparrell - You are correct - MITRE is no longer the maintainers of any of the projects in the Open-OASIS repository, although the READMEs are a little "behind the...
What is the potential use case?
Initial version in https://github.com/oasis-open/cti-stix2-json-schemas/commit/0804d42001888057fcf043467f599301d3f4976b
Initial version in https://github.com/oasis-open/cti-stix2-json-schemas/commit/0804d42001888057fcf043467f599301d3f4976b
I agree that the spec's normative language says "id value(s) MUST use ref(s) suffix in property name", and not the other way around. However, given this fact, if the editors...
@traut - this is due to the requirements in the specification. It has to do with the way STIX describes versioning - see (https://docs.google.com/document/d/1ShNq4c3e1CkfANmD9O--mdZ5H0O_GLnjN28a_yrEaco/edit#heading=h.rye5q2hkacu). However, I have always thought that...
@traut, this was an implementation decision - to treat python objects as fully realized STIX objects - which adheres fully to the specification. Remember, the json is just the serialization...