Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option not to add information about non-vulnerable dependencies to the html report #6545

Open
shadowjjackson opened this issue Mar 25, 2024 · 0 comments

Comments

@shadowjjackson
Copy link

dependency-check-report.html during Multi-Project Build checks in some cases exceeds 300 MB.
At the same time, the csv report is small in size.
After checking the HTML version of the report, I found out that the main volume is occupied by information about all (non-vulnerable) dependencies.
Please add a parameter for the HTML report that will not save information about invulnerable dependencies.

As far as I understand, it will be possible to add a condition in https://github.com/jeremylong/DependencyCheck/blob/main/core/src/main/resources/templates/htmlReport.vsl to the foreach loop on 853 lines.

If this feature is added in the future, will it be available for the gradle plugin?(https://plugins.gradle.org/plugin/org.owasp.dependencycheck)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant