Releases: tenable/pyTenable
Releases · tenable/pyTenable
1.4.17
Fixed
- Vulnerability
CVE-2023-38325
by upgrading the test dependencyrequests-pkcs12
.
Added
- Support for
include_open_ports
property in Vulnerability Management asset export request.
1.4.16
Fixed
- Pagination bug in the Tenable OT Security Exports - Plugin Query.
1.4.15
What's Changed
- Tenable OT Security Export Helper sub-pkg by @SteveMcGrath in #742
Full Changelog: 1.4.14...1.4.15
1.4.14
Added
- Support for
source
andseverity_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
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
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
1.4.10
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 topolicy_id
. - tests module getting into the pypi package. Now, the module will no longer be part of pypi package.
Removed
plugin_id
param from thesc.scans.create()
method as it is no longer supported by Tenable.sc.- Python 3.6 references from all documentation.
search_host_audit()
method fromio/v3/explore/findings
.
1.4.9
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 passhistory_id
andhistory_uuid
.
Changed
- Refactored Tenable.ot session client.
Removed
- Support for Python Version 3.6.
1.4.8
Added
- Support for Role-Based Access Control endpoints.
- Support for specifying Agent UUIDs instead of numeric IDs for bulk group addition.