Skip to content

Commit 22aa795

Browse files
committed
Move tags to unsaved_tags
1 parent b7c429c commit 22aa795

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/tools/openreports/parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ def _create_finding_from_result(self, test, result, service_name, report_name, r
261261
static_finding=True,
262262
dynamic_finding=False,
263263
fix_available=fix_available,
264-
tags=tags,
264+
unsaved_tags=tags,
265265
)
266266

267267
# Add vulnerability ID if it's a CVE

0 commit comments

Comments
 (0)