jeremylong / DependencyCheck

OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
https://owasp.org/www-project-dependency-check/
Apache License 2.0
5.93k stars 1.21k forks source link

fix: Ensure valid JSON output for gitlab report #6630

Closed aikebah closed 2 weeks ago

aikebah commented 2 weeks ago

Fixes Issue #6593

Description of Change

Add a different guard for adding a comma, so that in case of nameless dependencies no trailing comma is added.

Have test cases been added to cover the new functionality?

no

jeremylong commented 2 weeks ago

I will try and release 9.2 soon.