Hi all,
The goal I want to achieve is generate delta reports from pythone code.
The case is the following:
I have two or more tasks (with the same task id) and, from a python script, I would like to create delta report (with closed vulnerabilities) and then download the xml file.
At the moment, I already download the xml report but I need the delta report.
Is there a way to do this thing with python?
I searched in GitHub - greenbone/gvm-tools: Remote control your Greenbone Community Edition or Greenbone Enterprise Appliance but I didn’t find anything.
Could someone help me? Thank you very much!