Releases: TAXIIProject/libtaxii
Releases · TAXIIProject/libtaxii
Version 1.1.119
Version 1.1.118
This release includes the following changes:
#247 [CVE-2020-27197] Avoid SSRF on parsing XML (@orsinium)
Version 1.1.117
Version 1.1.116
Version 1.1.115
Version 1.1.114
This release includes the following changes:
- #237 Support converting dicts to content bindings (@danielsamuels)
- #238 Provide XMLParser copies instead of reusing the cached instance. Prevents future messages to lose namespace
Version 1.1.113
This release includes the following changes:
- #234 Add ability to load a configuration file when executing a script
- #232 Fix TLS handshake failure when a server requires SNI (@marcelslotema)
Version 1.1.112
This release includes the following changes:
- #227 Fixes to poll_client script (Python3 compatibility)
- #226 Clean-up documentation warnings
- #228 Fix 'HTTPMessage' has no attribute 'getheader' (Python3 compatibility)
- #225 Fix checks that involve xpath (lxml) to prevent FutureWarning message
- #230 Fix parsing status message round-trip (@danielsamuels)
Version 1.1.111
- Fix #222, #224 - Update clients.py to work with Python 2.6, 3.3, 3.5, and 3.6.
- Fix #221 - Add Python 3.6 support.
- Fix #219 - Handle Unicode- and byte-strings consistently.
- Fix #214 - Add timeout parameter to call_taxii_service2 (@mbekavac)
- Fix #192 - Add support for STIX 1.2.
- Add user_agent parameter to call_taxii_service2 (@kralka)