Skip to content
Snippets Groups Projects

Pandas classifier

Merged Gioacchino Vino requested to merge pandas_classifier into main
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -677,6 +677,8 @@ class ReportManager():
logging.debug("")
def classify_reports(self) -> None:
logging.debug("\n\nCLASSIFIED OIDS")
TO_SOLVE_VULNS = [self.LABEL_NEW_VULNS,self.LABEL_ACKNOWLEDGED_VULNS]
to_solve = pd.Series({"oids": self.accepted_oids})
Loading