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

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...

question
need_more_details

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...

as-designed
upstream-api

# 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

Tenable.io
upstream-api

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"...

dependencies

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...

enhancement
Tenable.sc

**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...

Tenable.io
upstream-api