Skip to content

Commit

Permalink
Merge pull request #70 from cisagov/improvement/add-vpr-score
Browse files Browse the repository at this point in the history
Add VPR score (if available) to ticket details
  • Loading branch information
dav3r authored May 25, 2022
2 parents fed565b + 2692711 commit 674dbdb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cyhy/db/ticket_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ def __generate_ticket_details(self, vuln, ticket, check_for_changes=True):
"name": vuln["plugin_name"],
"score_source": vuln["source"],
"severity": vuln["severity"],
"vpr_score": vuln.get("vpr_score"),
}

if "cve" in vuln:
Expand Down

0 comments on commit 674dbdb

Please sign in to comment.