Skip to content

Releases: tenable/pyTenable

1.4.17

11 Jan 12:36
7a2ff8d
Compare
Choose a tag to compare

Fixed

  • Vulnerability CVE-2023-38325 by upgrading the test dependency requests-pkcs12.

Added

  • Support for include_open_ports property in Vulnerability Management asset export request.

1.4.16

08 Dec 06:14
4f0e01a
Compare
Choose a tag to compare

Fixed

  • Pagination bug in the Tenable OT Security Exports - Plugin Query.

1.4.15

05 Dec 22:33
fb33505
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.14...1.4.15

1.4.14

21 Nov 17:07
43cbed0
Compare
Choose a tag to compare

Added

  • Support for source and severity_modification_type filters to Vulnerability Management vulnerability export.
  • Support for filtering out hidden assets from Operational technology asset list method by default.
  • Product Rebranding in the SDK documentation.

Deprecated

  • Support for V3 Vulnerability Management API methods.

1.4.13

28 Apr 07:43
a7ca80f
Compare
Choose a tag to compare

Added

  • Support for exporting Web Application Scan (WAS) Results.

For more details, please refer to the following link:
https://pytenable.readthedocs.io/en/stable/api/io/was.html

1.4.12

08 Feb 18:58
ffa018b
Compare
Choose a tag to compare

Added

  • Support for Python 3.11

Fixed

  • tsc.analysis.scan(1) not honoring Scan ID with Tenable.sc 6.0.0.
  • pyTenable crashes when pagination key with a null value is in the HTTP response in Tenable.io v3 APIs.

1.4.11

16 Dec 14:22
88d3154
Compare
Choose a tag to compare

Added

  • Support for Scan UUID (last_scan_id) filter for bulk assets exports API

1.4.10

23 Nov 10:16
81cfe68
Compare
Choose a tag to compare

Added

  • Support for scan_uuid filter for vulnerability exports.

Fixed

  • Bug in tenable/io/scanners.py that invoked the /settings/{} endpoint instead of the correct /scanners/{} endpoint.
  • Error in the documentation of the sc.scans.edit() method. The property - policy was renamed to policy_id.
  • tests module getting into the pypi package. Now, the module will no longer be part of pypi package.

Removed

  • plugin_id param from the sc.scans.create() method as it is no longer supported by Tenable.sc.
  • Python 3.6 references from all documentation.
  • search_host_audit() method from io/v3/explore/findings.

1.4.9

09 Nov 08:05
7b0219c
Compare
Choose a tag to compare

Added

  • Support for initiating exports (and getting the export UUID).
  • Support for Tenable.ot plugins, events, more support for asset details.

Fixed

  • Bug in tio.scans.results() fixed to pass history_id and history_uuid.

Changed

  • Refactored Tenable.ot session client.

Removed

  • Support for Python Version 3.6.

1.4.8

20 Sep 07:12
cc1ace1
Compare
Choose a tag to compare

Added

  • Support for Role-Based Access Control endpoints.
  • Support for specifying Agent UUIDs instead of numeric IDs for bulk group addition.