File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -320,7 +320,7 @@ def parse_finding(host, tree):
320320 if temp_cve_details :
321321 refs = temp .get ("links" , "" )
322322 finding = Finding (
323- title = "QID-" + gid [4 :] + " | " + temp ["vuln_name" ] + ( " | Port: " + str ( temp [ "port_status" ]) if temp . get ( "port_status" ) else "" ) ,
323+ title = "QID-" + gid [4 :] + " | " + temp ["vuln_name" ],
324324 mitigation = temp ["solution" ],
325325 description = temp ["vuln_description" ],
326326 severity = sev ,
@@ -332,7 +332,7 @@ def parse_finding(host, tree):
332332
333333 else :
334334 finding = Finding (
335- title = "QID-" + gid [4 :] + " | " + temp ["vuln_name" ] + ( " | Port: " + str ( temp [ "port_status" ]) if temp . get ( "port_status" ) else "" ) ,
335+ title = "QID-" + gid [4 :] + " | " + temp ["vuln_name" ],
336336 mitigation = temp ["solution" ],
337337 description = temp ["vuln_description" ],
338338 severity = sev ,
You can’t perform that action at this time.
0 commit comments