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

Excluding not relevant issues

parent d37a7ecc
No related branches found
No related tags found
1 merge request!118Debug paas ci
......@@ -247,9 +247,10 @@ class Task:
report_format_id=ReportFormats.anonymous_xml,
ignore_pagination=True,
details="1")
rrr = res.xpath('report/report/results/result/nvt/@oid')
oid = res.xpath('report/report/results/result/nvt/@oid')
sev = res.xpath('report/report/results/result/nvt/severities/severity/text()')
#pretty_print(rrr)
print(rrr)
print(sev)
class GVMClient():
"""
......
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