We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3049f9 commit 0187fceCopy full SHA for 0187fce
1 file changed
dojo/importers/default_importer.py
@@ -368,8 +368,8 @@ def close_old_findings(
368
self.mitigate_finding(
369
old_finding,
370
(
371
- "This finding has been automatically closed "
372
- "as it is not present anymore in recent scans."
+ 'This Finding has been automatically closed by the Test: \n "' + str(self.test) +
+ '" \n \n This is because the Finding is not present anymore in recent scans.'
373
),
374
finding_groups_enabled=self.findings_groups_enabled,
375
product_grading_option=False,
0 commit comments