Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent vulnerability result with plugin ID 10907 #864

Open
ky-tran-lm opened this issue Jan 7, 2025 · 0 comments
Open

Intermittent vulnerability result with plugin ID 10907 #864

ky-tran-lm opened this issue Jan 7, 2025 · 0 comments

Comments

@ky-tran-lm
Copy link

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:

  1. I do have a python app that call 'export' function which is triggered hourly:

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.

  1. 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant