From 01632f8c36117b8926e8c61664df80a5a2ca2c2d Mon Sep 17 00:00:00 2001 From: Pavel Nakonechnyi Date: Mon, 6 May 2024 11:39:34 +0200 Subject: [PATCH] t --- dojo/tools/neuvector_compliance/parser.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dojo/tools/neuvector_compliance/parser.py b/dojo/tools/neuvector_compliance/parser.py index 664b74825d7..984e7d53e73 100644 --- a/dojo/tools/neuvector_compliance/parser.py +++ b/dojo/tools/neuvector_compliance/parser.py @@ -157,9 +157,7 @@ def get_asset_item(comp_issue, test): tags = comp_issue.get("tags", []) if len(tags) > 0: - full_description += "

Tags:

" - for t in tags: - full_description += "

{}

".format(str(t).rstrip()) + full_description += "

Applicable compliance standards: {tags}

".format(tags=','.join(sorted(set(tags), key=str))) messages = comp_issue.get("message", []) if len(messages) > 0: