Skip to content

Releases: TAXIIProject/libtaxii

Version 1.1.119

15 Apr 17:27
Compare
Choose a tag to compare

This release includes the following changes:

  • #248 Writing content blocks should not be dependent on value of "more" (@brlogan)

Version 1.1.118

19 Oct 13:01
Compare
Choose a tag to compare

This release includes the following changes:

#247 [CVE-2020-27197] Avoid SSRF on parsing XML (@orsinium)

Version 1.1.117

26 May 15:09
Compare
Choose a tag to compare

This release includes the following changes:

Version 1.1.116

14 Feb 19:05
Compare
Choose a tag to compare

This release includes the following changes:

  • #240 PY3 Compatibility changes for HTTP Response Body (@nschwane)

Version 1.1.115

12 Nov 21:13
Compare
Choose a tag to compare

This release includes the following changes:

  • #239 Convert the HTTP response body to a string type (PY3 this will be bytes) (@sddj)

Version 1.1.114

26 Jul 17:00
Compare
Choose a tag to compare

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

12 Apr 11:40
Compare
Choose a tag to compare

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

27 Nov 20:54
Compare
Choose a tag to compare

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

07 Jun 19:34
Compare
Choose a tag to compare
  • 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)

Version 1.1.110

08 Sep 15:52
Compare
Choose a tag to compare
  • Fix #210 - Use hailataxii.com in examples instead of taxiitest.mitre.org (@clenk)
  • Fix #183 - Update incorrect comment (@daybarr)
  • Fix SMIME Content Binding ID typo (@brlogan)