Hi there,
we have used the maven sonar plugin to show security hotspots out of dependency-check reports in Sonarqube. It worked perfekt with reports generated with dependency-check-Version 8.x
After updating dependency-check to version 9, security hotspots are not shown in sonarqube anymore. It looks to me, that the dependency-check-Report generated by version 9 is not read correctly.
Are there any known issues about this or am I doing something wrong.
Working szenario
Version dependency-check: 8.2.1
Sonar-Maven-Plugin: 4.0.0.4121
SonarQube: Community Edition 10.1
NOT working scenario
Version dependency-check: 9.0.7
Sonar-Maven-Plugin: 4.0.0.4121
SonarQube: Community Edition 10.1
What I have seen is, that depedency-check reports out of version 8.x contain cvss2 informations while reports out of version 9.x only contain cvss3 informations. May this be the reason?
Thanks in advance,
Dirk