-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
SonarQube Result-Writer fails: SonarQube-WebApi allows to request for a maximum of 10000 issues only #33
Comments
Thanks for reporting. Another Benchmark user reported the same issue this week, along with some other details as we got farther along that we need to investigate, fix, and push out for SonarQube. |
hi, any progress here:-? (same questions.) |
FYI. The SonarQube support in Benchmark is so old as to be fundamentally broken I suspect. Need to rewrite how this works. Ideally, SonarQube can simply export an XML results file now, and we can write a parser for it, like all the other tools. If anyone knows that SonarQube can export a results file, please explain how, and send me a Benchmark results file for SonarQube and I'm happy to write a parser for it. (Or you could do it yourself and submit a pull request :-) ). |
HI here is the order sets ref: src/main/java/org/owasp/benchmark/score/parsers/SonarQubeReader.java |
@darkspirit510 - Have you fixed this issue too? |
The WriteFiles-Class fails, as SonarQube only allows to request for a maximum of 10000 issues. This could be fixed by building the request with the rules-parameter (&rules=squid:XXX), which will give us only the relevant issues. (SonarQube version 6.2)
The text was updated successfully, but these errors were encountered: