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

Implement advanced vulnerability classification

parent cc976db0
No related branches found
No related tags found
1 merge request!162Pandas classifier
......@@ -671,7 +671,7 @@ class ReportManager():
def show_imported_reports(self) -> None:
logging.debug("IMPORTED REPORTS")
for host, report in self.imported_oids:
for host, report in self.imported_oids.items():
logging.debug(f"HOST: {host}")
logging.debug(f"\n{pd.DataFrame(report)}")
logging.debug("")
......
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