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

New oids classification

parent 0df83e32
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -61,6 +61,11 @@ class ResultReport():
threat: str
port: str
def __str__(self):
msg = f"{self.oid},{self.severity},"
msg += f"{self.threat},{self.port}"
return msg
class PortList:
"""
This class helps the managing of the GVM port_list object
......
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