Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed Dec 21, 2024
1 parent 7a935fe commit 7eda867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/tools/mend/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def _build_common_output(node, lib_name=None):
cvss3_score = None
mitigation = "N/A"
locations = []
if "component" in node and if finding_info.get("status") == "ACTIVE":
if "component" in node and finding_info.get("status") == "ACTIVE":
description = (
"**Vulnerability Description**: "
+ node["vulnerability"].get("description", "No Description Available")
Expand Down

0 comments on commit 7eda867

Please sign in to comment.