Compatibility

Medallion does NOT support the following features of the TAXII 2.0 specification:

  • Sorting
  • Pagination
  • Content-Types other than the default
  • Pending Add Objects responses (all Add Objects request process all objects before sending back a response)
  • Medallion uses HTTP only (not HTTPS). It can be run using a WSGI server (such as Gunicorn or uWSGI) behind a production server such as Apache or NGINX that acts as a reverse proxy for medallion.

Medallion conforms to most of the interoperability specification.

Its main purpose is for use in testing scenarios of STIX-based applications that use the python-stix2 API. It has been developed in conjunction with cti-taxii-client but should be compatible with any TAXII client which makes HTTP requests as defined in TAXII 2.0 specification.