pyTenable
pyTenable copied to clipboard
Python Library for interfacing into Tenable's platform APIs
Hello, I urgently need an idea. After the update to Tenable.sc 6.2.0 we always get this error when creating reports via pyTeanable. API recordkeeping error. api_total=None, api_count=None, page_size=0, iter_total=51697 What...
using Nessus expert(trial) try to trigger the scan using the SDK. get error {"error":"API is not available"}. I check the API doc, and i see that: I don't understand, when...
# Description This PR adds support for Tenable VM Compliance Export Phase 1 Filters. ## Type of change - [x] New feature (non-breaking change which adds functionality) - [x] This...
**Is your feature request related to a problem? Please describe.** Agent bulk update API was released some time ago and hasn't been properly wrapped within the library https://developer.tenable.com/reference/agent-bulk-operations-profile
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.16 to 1.26.18. Release notes Sourced from urllib3's releases. 1.26.18 Made body stripped from HTTP requests changing the request method to GET after HTTP 303 "See Other"...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Hi Team, I am looking to list out plugins within a specified time range, based on plugin modified date. Single filter works fine. ``` plugins = sc.plugins.list( fields=['id','name','pluginModDate'], filter=('pluginModDate','gte','1692399599')) for...
**Describe the bug** We have been using the tio.exports.vulns(severity=['Critical', 'High', 'Medium']) endpoint in an automated fashion for months. Recently, I noticed assets and vulnerabilities are missing. Specifically, in the most...