Skip to content

Commit

Permalink
including test for Finding in xml parser
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoOMaia authored Dec 23, 2024
1 parent 44293d0 commit 3dc4299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/tools/openvas/xml_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_findings(self, filename, test):

finding = Finding(
title=str(title),
test=test,
description="\n".join(description),
severity=severity,
dynamic_finding=True,
Expand Down

0 comments on commit 3dc4299

Please sign in to comment.