-
pyTenable currently doesn't have support for Tenable.sc's Passive Scanner API. More information on this API can be found at https://docs.tenable.com/tenablesc/api/Passive-Scanner.htm.
-
The new "view" Host Assets should be accessible as function with all informations.
-
I'm looking for assistance with a use case involving pyTenable. I have multiple scanners connected to Tenable SC, mostly using authType as "certificate" with the same client certificate for mutual aut…
-
**Is your feature request related to a problem? Please describe.**
In the Tenable.SC python module, the library returns strings for various data types complicating interactions. As a result, end-user…
-
**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 Dashboar…
-
**Description**
Hi Tenable team. I'm writing in with a single-line bug/typo in `analysis.py` > `vulns()` function that results in a 100% failure rate. The `vulns()` function contains if/else logic th…
-
After "using" of an object it seems to be empty.
I see the data only 1x.
Code:
```
sc = TenableSC(creds_api_tenable.api_host, access_key = creds_api_tenable.api_accesskey, secret_key = creds_api…
-
### Description
Calling `sc.scan_instances.import_scan` with `str('filename')` returns an empty string.
It appears that if the argument `fileobj` is a plain `str` instead of `_io.TextIOWrapper` than…
-
**Describe the bug**
We've noticed one of our pipelines for editing a credential begin to fail. This works if we pin to 1.4.22 so must have been introduced in 1.5.0.
**To Reproduce**
```python
…
-
When setting up a provider, if your credentials are incorrect, the initial GetCurrentUser call fails:
https://github.com/palantir/terraform-provider-tenablesc/blob/a6e055f5df3f957d97be554dd3191167d…