You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In a recent PR, the logic was adjusted because the NVD data source may not include tags. This change allows for a trailing comma in a JSON map, which is invalid.
Version of dependency-check used
The problem occurs using version 9.0.3 of the cli (and probably others distributions)
Describe the bug
In a recent PR, the logic was adjusted because the NVD data source may not include tags. This change allows for a trailing comma in a JSON map, which is invalid.
Version of dependency-check used
The problem occurs using version 9.0.3 of the cli (and probably others distributions)
Log file
To Reproduce
Steps to reproduce the behavior:
-f JSONreport format.Expected behavior
The json generated does not have a trailing space.
Additional context
See also: #6234 and #6205.
https://github.com/jeremylong/DependencyCheck/blob/main/core/src/main/resources/templates/jsonReport.vsl#L253-L258