Skip to content

Commit

Permalink
Merge pull request #1261 from madchap/sonatype-desc-improv
Browse files Browse the repository at this point in the history
Amending description for sonatype issues
  • Loading branch information
devGregA committed Jun 25, 2019
2 parents eb6a75d + 20aaa7d commit 1ce2151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/sonatype/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def get_item(vulnerability, test):

finding_description = "Hash {}\n\n".format(vulnerability['hash'])
finding_description += component_id
finding_description += "\n\nPlease check the CVE details for a detailed description. If a sonatype issue, you're out of luck."
finding_description += "\n\nPlease check the CVE details of this finding for a detailed description. The details of issues beginning with \"SONATYPE-\" can be found by contacting Sonatype, Inc. or through mechanisms they have provided in their product."
threat_category = main_finding.get("threatCategory", "CVSS vector not provided. ").title()
status = main_finding['status']
score = main_finding.get('severity', "No CVSS score yet.")
Expand Down

0 comments on commit 1ce2151

Please sign in to comment.