Fix nessus scan listing to return scans#956
Conversation
Signed-off-by: Ben Magistro <koncept1@gmail.com>
|
To note, this would end up breaking any existing code leveraging this endpoint, is there any reason to drop the folders and timestamps keys? |
|
This may have been a misunderstanding of how the api is intended to work on my part then. Calling the function full disclosure, we hit a couple other bumps similar + related to those in #757 while trying to build out some internal tooling and are pausing this while we re-evaluate our next steps. |

Description
Fixes listing of scan from nessus. Prior to this, the list returned would be
'scans', 'folders', 'timestamps'. With the change the scan list returns a list of scans (and can be filtered by folder).Type of change
Please delete options that are not relevant.
How Has This Been Tested?
Tested locally with our Nessus 10.9.2 instance.