Skip to content

Commit

Permalink
use title for short description w/ burnettk
Browse files Browse the repository at this point in the history
  • Loading branch information
jasquat committed Aug 16, 2024
1 parent 3c8cc08 commit 7a064bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def process_findings(findings, is_enhanced=False):
rule = {
"id": vulnerability_id,
"name": vulnerability_name,
"shortDescription": {"text": finding["description"]},
"shortDescription": {"text": finding["title"]},
"fullDescription": {"text": finding["description"]},
"defaultConfiguration": {"level": severity_for_level},
"helpUri": source_url,
Expand Down

0 comments on commit 7a064bc

Please sign in to comment.