Releases: tenable/pyTenable
Releases · tenable/pyTenable
1.4.21
What's Changed
- Fix typo by @fabaff in #759
- [Snyk] Fix for 3 vulnerabilities by @mandibles232 in #733
- Update users.py by @samwmarsh in #670
- Support for Tenable VM Compliance Export Phase 1 Filters by @aseemsavio in #754
New Contributors
- @fabaff made their first contribution in #759
- @mandibles232 made their first contribution in #733
Full Changelog: 1.4.20...1.4.21
1.4.20
What's Changed
- bugfix: pyTenable crashes if srcInterface or dstInterface not null by @saizinbud in #753
- Change log added for 1.4.20 by @aseemsavio in #758
New Contributors
- @saizinbud made their first contribution in #753
Full Changelog: 1.4.19...1.4.20
1.4.19
What's Changed
- Support for SC 6.3.0 by @aseemsavio in #755
- Changelog added for 1.4.19 by @aseemsavio in #756
Full Changelog: 1.4.18...1.4.19
1.4.18
Added
- Support for
file_type
property inupload
method in Vulnerability Management Credentials API.
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.