Skip to content

Commit

Permalink
Update parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed Nov 15, 2024
1 parent d4f162f commit 29e8dd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dojo/tools/mend/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _build_common_output(node, lib_name=None):
component_version = None
impact = None
description = "No Description Available"
cvss3_score = None
if "component" in node:
node["project"].get("name")
description = (
Expand Down

0 comments on commit 29e8dd7

Please sign in to comment.