Skip to content

Commit 8c1daf3

Browse files
Update parser.py (#12685)
Remove reference to Root Library since it no longer is in the response of the API call 'Get Project Dependency Vulnerabilities'. It used to be there and now it is not.
1 parent 7d1ec86 commit 8c1daf3

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

dojo/tools/mend/parser.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ def _build_common_output(node, lib_name=None):
5151
+ "**Component Type**: "
5252
+ node["component"].get("componentType", "")
5353
+ "\n"
54-
+ "**Root Library**: "
55-
+ str(node["component"].get("rootLibrary", ""))
56-
+ "\n"
5754
+ "**Library Type**: "
5855
+ node["component"].get("libraryType", "")
5956
+ "\n"

0 commit comments

Comments
 (0)