Releases: tenable/pyTenable
Releases · tenable/pyTenable
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.