You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm experiencing intermittent results when retrieving vulnerabilities using the pyTenable library, particularly with plugin ID 10907.
Approximately 9 out of 10 times, I'm not receiving this vulnerability in my results using 'export' function. Even though I see it in Tenable dashboard.
To Reproduce
Steps to reproduce the behavior:
I do have a python app that call 'export' function which is triggered hourly:
assessed_since would be 60 mins from the time the function is triggered.
The result comes back that does not include plugin 10907 even though that plugin shows on my Tenable dashboard within the 'assessed_since' time (60 mins in this case)
Expected behavior
plugin 10907 vulns should come back from the logic
System Information (please complete the following information):
OS: python:3.12-slim-bookworm image
Architecture 64bit
Version 3.12
Memory 4G
The text was updated successfully, but these errors were encountered:
Describe the bug
I'm experiencing intermittent results when retrieving vulnerabilities using the pyTenable library, particularly with plugin ID 10907.
Approximately 9 out of 10 times, I'm not receiving this vulnerability in my results using 'export' function. Even though I see it in Tenable dashboard.
To Reproduce
Steps to reproduce the behavior:
tio.exports.vulns( indexed_at=assessed_since, severity=["critical", "high", "medium", "low"], timeout=tenable_timeout, state=["OPEN", "REOPENED", "FIXED"], include_unlicensed=True, )
assessed_since would be 60 mins from the time the function is triggered.
Expected behavior
plugin 10907 vulns should come back from the logic
System Information (please complete the following information):
The text was updated successfully, but these errors were encountered: