Open skjolber opened 5 years ago
Thanks for reporting this. The original implementation was designed to be used to scan the entire project and get a single report. It should not be hard to clean this up so we don't always traverse to the root pom.
@jeremylong any progress on this? We have a few multimodule gradle projects, and are now forced to use the alternative dependencyCheckAnalyze task; however this results in reports in the subsproject instead of under the root project, thus our continous integration (CircleCI) must be configured per project.
Submodule sibling projects vulnerabilities seem to 'travel in reverse' for the 'dependencyCheckAggregate' command. So when
A depends on B
, B gets vulnerabilities found in A.Reporting Bugs/Errors
See example setup and output at https://github.com/skjolber/gradle-foss-library-template/pull/2
Example
A security issue in
:examples:my-jwt-framework-support-example
(subproject.build.gradle) seems to be reported inmy-jwt
.