-
**Describe the bug**
I am following a basic example of returning vulnerability report and iterating through the items:
```
for vuln in tio.exports.vulns(severity=['critical', 'high', 'medium', …
-
**Describe the bug**
I'm trying to get a specific group of agents with usage of filters. Before that I tried to use other filters like `('distro', 'match', 'win')` and it works for me.
**To Repr…
-
Hi, I tried installing the script and went through whole bunch of errors before arriving at this information in debug log. Please advise what am I missing for it to collect data from Tenable and popul…
ghost updated
2 years ago
-
## TypeError in NessusReportv2::_defs when trying to convert NoneType to float
I'm using `TenableIO.scans.export()` with a filter to export only a specific `plugin_id` and am encountering an except…
-
**Describe the bug**
Exception thrown in pyTenable in production. I am unable to reproduce locally, but have seen it in the logs twice.
**To Reproduce**
Don't know
**Stack Traces**
(When usin…
-
I'm getting this error in the logs for my first run. The project was created but it appears as though no data is being loaded.
'''2022-01-05 13:44:34,683 restfly.errors.BadRequestError ERROR
[40…
-
**Describe the bug**
create_scan_schedule is an undocumented method mentioned within the scans.create method.
**To Reproduce**
https://pytenable.readthedocs.io/en/stable/io.html#tenable.io.scans.…
-
**Describe the bug**
pip installed pytenable.
Now when I try to
from tenable.io import TenableIO
or even
from tenable.sc import TenableSC
I get import errors.
Rolled back to 1.3.3 and all …
-
**Describe the bug**
When trying to run pyTenable-1.4.2 and using
'from tenable.io import TenableIO'
facing error with 'from typing_extensions import Literal'
ModuleNotFoundError: No module named…
-