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

New oids classification

parent 9b9d22c5
No related branches found
No related tags found
1 merge request!151Debug paas ci
......@@ -76,6 +76,10 @@ class ResultReport():
"s": self.severity,
"t": self.threat,
"p": self.port}
data = (self.oid,
self.severity,
self.threat,
self.port)
return data
......
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