From c84e444b9b8afc9f360fd4358cf0f4524942d1e3 Mon Sep 17 00:00:00 2001 From: Gioacchino Vino <gioacchino.vino@infn.it> Date: Wed, 8 May 2024 18:23:59 +0200 Subject: [PATCH] New oids classification --- files/gvm_library.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/files/gvm_library.py b/files/gvm_library.py index 6ccfb09..ee49ed5 100644 --- a/files/gvm_library.py +++ b/files/gvm_library.py @@ -681,6 +681,8 @@ class ReportManager(): # Init global aggregated variables self.init_glob_vars() + pretty_json(self.imported_oids) + for host, host_report in self.imported_oids: for res_report in host_report: -- GitLab