-
We need to add support for channels (pub/sub) in TAXII.
-
Currently, we get the path back as a list of tokens in the `path` field of `Raxx.Request`.
Some applications forbid or require a trailing slash in a URL (e.g. [TAXII 2.0](http://docs.oasis-open.org…
-
The TAXII server response is now "application/vnd.oasis.stix+json; version=2.1". Client library code is looking for "application/vnd.oasis.stix+json; version=2.0".
-
The Status Resource provides detailed information for failures via a list of status-failure type which contains:
- **_id_** - The identifier of the object that failed to be created. For STIX objects …
-
In the TAXII error message we have the ability to optionally add the HTTP error code in the JSON. However, we are missing normative text that says it must match the HTTP error code provided in the HTT…
-
`parse()` does two things:
- ensures input is a dictionary (converting it if not, potentially calling `json.load()` or `json.loads()`)
- converts a dictionary into a python-stix2 object
We should…
clenk updated
6 years ago
-
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…
-
Currently the specification is silent on if the URLs inside api_roots can be relative or not.
I would prefer that relative be allowed as it would make creating a modular TAXII service library simp…
-
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 …