-
Notifications
You must be signed in to change notification settings - Fork 145
[BREAKING CHANGE] Remove dependency-check html page #1068
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
Conversation
|
|
@Reamer Hi! Please, tell about how this will affect current view of dependency-check page? |
Nothing, as the page has been removed. |
|
Hi, does anyone know when this will be released? We've stopped generation of the HTML reports in most of our pipelines, but some old ones are still generating/uploading and we would prefer to 'block' that from being uploaded into SQ. |
|
Hi @arosenblum |
@Reamer - Looks good! But I notice that the title specifically says "2025.2 or higher" but the compatibility table says "2025.x and up" I think the title should change to 2025.x (and up) to match the table. |
|
how comes in this PR the SQ Cloud results are annotated but not accessible? |
|
I don't know, but you can take a look at SonarCloud's PR at the following link. |



Why?
I was contacted by SonarSource due to various bug reports in the forum, as well as in the support. It turned out that due to the HTML hack of the dependency-check plugin Sonarqube reacted very slowly.
This plugin uploaded the complete HTML report as a metric. This endpoint was never intended for this.
Unfortunately, the SonarQube server does not offer any other endpoint for uploading larger files. I have therefore decided to remove the feature so that the plugin remains usable.
Unfortunately, I don't have enough frontend knowledge to render a page from the existing issues and maybe recreate the behavior of the suppress button in the HTML report. Contributions are welcome.
Fix #1045