Skip to content
Snippets Groups Projects
Commit c385f28b authored by Gioacchino Vino's avatar Gioacchino Vino
Browse files

New oids classification

parent 81353237
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -813,9 +813,11 @@ class ReportManager():
def format_report(self) -> None:
new_report = dict()
logging.debug("$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$")
for host, data in self.report.items():
host = str(host)
new_report[host] = dict()
logging.debug(data)
for port, sev_thr in data.items():
port = str(port)
s = str(sev_thr[self.REPORT_SEVERITY])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment