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

Implement advanced vulnerability classification

parent 286c5208
No related branches found
No related tags found
1 merge request!162Pandas classifier
......@@ -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})
......
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