-
get_message_from_requests_http_response
return tm10.get_message_from_xml(response_message, encoding)
File "/home/ubuntu/ctix-2/venv/lib/python3.5/site-packages/libtaxii/messages_10.py", line 7…
-
It appears that the add_objects() function in memory_backend.py is expecting objs to be a dictionary. It appears to be being passed as a string.
At some point, I believe the json string needs to b…
-
* Leveraging STIX2 for Modelling TI
* Key things to consider when your modelling (~30 min)
* Specific examples of:
* intel report to stix model (~10 min)
* indicators vs sightings and …
-
The table in section 3.1 "Endpoints" shows how to form endpoint URLs given an API Root URL (``)
For example.
`/collections/`
`/collections//objects/`
so far, so good. We can deduce from this…
-
In section 3.3 we forgot to remove the paragraph about the object search endpoint back when we removed that endpoint when we were finalizing TAXII 2.0. Since we no longer have an object search endpoi…
-
Move the preloaded CTF demo data to the processor, so that all demo data is used through a single docker container. This will help streamline the docker compose files, and will help with integrating …
-
Jason opened a comment in section 3.2 of the 2.1 spec document that said the x-headers needed verbiage that states where they can be used and where they can no. He originally stated that they should …
-
We should probably add some more common HTTP error codes POST endpoints.
-
If you only support say STIX 2.1 content and someone requests STIX 2.0 content, the spec says that you should return a 415 error code. When we wrote the spec, that seemed like a good things to do. H…
-
Use STIX [confidence index](http://stixproject.github.io/data-model/1.0/stixCommon/ConfidenceType/) to generate the feed report "score" in the TAXII connector.
Suggestion is to use High (75), Medium …