pyTenable icon indicating copy to clipboard operation
pyTenable copied to clipboard

Python Library for interfacing into Tenable's platform APIs

Results 128 pyTenable issues
Sort by recently updated
recently updated
newest added

Hey all, I am trying to get the Nessus Pro API to return diff results between two historical scans but am running into strange inconsistencies (in both functionality & documentation)....

not-pytenable
question
as-designed
Nessus
upstream-api

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

**Describe the bug** pyTenable sometime returns : {"statusCode":500,"error":"Internal Server Error","message":"An internal server error occurred. Please wait a moment and try your request again."} **To Reproduce** When trying to configure/update scan...

question
environmental
Tenable.io

# Description Fixes #585: `AttributeError: 'VersionInfo' object has no attribute 'match'` for semver

Interacting with WAS scans is now done completely through the `/was/v2/` endpoints. The `/scans` endpoint can no longer be used for WAS related things. Are there any plans for this...

backlog

NNM module for pyTenable. # Description Includes a module for interfacing with the Tenable.sc NNM api, vcr test criteria and output, and doc build for NNM section of the pyTenable...

# Description Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change....

# Description Added support for Tenable AD ``syslog`` APIs. Methods available - - Retrieve all syslog instances - ``list`` - Create syslog instance - ``create`` - Get syslog instance by...

# Description Added `Tenable.AD Deviance APIs` - Get all deviances for a directory. (_list_) - Get ad-object-deviance-history instance by id. (_get_history_details_) - Update ad-object-deviance-history instance. (_update_history_details_) - Get all deviances...

# Description This bugfix mainly focuses on 1. Updated the code in ``directory``, ``ldap configuration``, ``users`` packages. - In ``Directory`` and ``LDAP Configuration`` package - Updated according to the actual...