pyTenable
pyTenable copied to clipboard
Python Library for interfacing into Tenable's platform APIs
**Describe the bug** Tagging and untagging an asset doesn't seem to work **To Reproduce** Steps to reproduce the behavior: 1. Create a tag 2. Tag an asset 3. Check Job...
Hello, I am the developer of python-box and see that it is a requirement in this repo and has not been version pinned, or no max version set. I suggest...
Semver is listed as >=2.8.1 in the dependencies, but any version before 2.10.0 will cause the bug: ```python File "tenable_sc_client.py", line 41, in setup self._tenable_sc = sc.TenableSC(self._host, self._access_key, self._secret_key, retries=1)...
**Unable to catch exception for 404 when exporting scan** I have a for loop that is grabbing historical scan IDs and exporting. For one of my scans, a 404 is...
**Is your feature request related to a problem? Please describe.** Unable to hit the Dashboards in Tenable.sc with PyTenable **Describe the solution you'd like** Modules to work with the Dashboards...
**Describe the bug** I did not find a way to export the scan results in pdf format. when I see the code format pdf seems to be supported but when...
I am trying to use pytenable for some [tenable.sc](https://tenable.sc/) automation via API. I am using examples from the pytenable 'getting started' but run into this error "tenable.errors.ConnectionError: Invalid [Tenable.sc](https://tenable.sc/) Instance"....
**Is your feature request related to a problem? Please describe.** As documented in the best practices doc on [assets](https://docs.tenable.com/tenablesc/api_best_practices/Content/ScApiBestPractices/RetrieveAssetDataFromSC.htm) including the filter should be available in the SDK **Describe the...
# Description Fixed edit query issue after the change it is working fine Fixes # (574) ## Type of change Please delete options that are not relevant. - [ ]...
# Description This PR contains code-changes for IN-636 - Enhanced Test Coverage for SC Feeds. Module : `tenable\sc\feeds.py` Statements covered by Test-cases (%) : 100% Added test cases to cover...