Forum Discussion
Improvement: Handling Component Installs for Vulnerability Assessment
Please consider to change having multiple findings listed in one output.
It should be changed to have 1 finding to 1 path. In our environment it often happen that one output with multiple pathes can have multiple individual teams to fix the vulnerability.
It often forces us to exporting your whole data into excel to work with because your software is impracticable to use when it comes to delegation to the correct teams.
- rmoody19 days agoProduct Team
Hi dominik_raum ,
This would not be an easy change - the plugins that have multiple findings do this a result of forking/branching. Basically this is commonly used method in NASL for dealing with multiple installs and is much more efficient for plugin writing as it oftentimes negates the need for coding in complicated loops. There are no plans at present to move away from this method, but please feel free to log a suggestion for the attention of Product Management team if needed.