-
Notifications
You must be signed in to change notification settings - Fork 419
sonarqube/25.7.0.110598-r0: cve remediation #59061
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/25.7.0.110598-r0: cve remediation #59061
Conversation
<!--ci-cve-scan:must-fix: GHSA-xwmg-2g98-w7v9-->
⚙️ Build Failed: Configuration
Build Details
Root Cause Analysis 🔍The build process was looking for a Maven pom.xml file which doesn't exist in the expected location. This is likely due to the package build expecting a Maven project structure, but the repository being cloned has a different structure or the pom.xml file is in a different directory than expected. 🔍 Build failure fix suggestionsFound similar build failures that have been fixed in the past and analyzed them to suggest a fix: Similar PRs with fixesSuggested ChangesFile: sonarqube.yaml
Click to expand fix analysisAnalysisThe similar fixed build failures show a common pattern where the
The current failure with SonarQube is similar - the build system is using Gradle (not Maven), so it doesn't have a pom.xml in the root directory. However, the pipeline still includes the Click to expand fix explanationExplanationThe build failure is occurring because the Unlike the Cassandra example where they specified a custom path to a pom.xml file, SonarQube doesn't appear to have a pom.xml file that could be used for the pombump step. Since the build is already managing dependencies through Gradle (with The build process is already correctly using Gradle for dependency management and compilation. After removing the pombump step, the build should proceed normally using the Gradle system without attempting to parse a non-existent pom.xml file. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
Signed-off-by: Vishal Choudhary <[email protected]>
Signed-off-by: Vishal Choudhary <[email protected]>
|
Advisory for remaining CVEs: wolfi-dev/advisories#21059 |
|
This vulnerability remediation is stale and no longer needed. 👋 Advisory CGA-gfrm-rq8w-hqr3 has the latest event type of "pending-upstream-fix": https://github.com/wolfi-dev/advisories/blob/main/sonarqube.advisories.yaml |
sonarqube/25.7.0.110598-r0: fix GHSA-xwmg-2g98-w7v9
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/sonarqube.advisories.yaml
"Breadcrumbs" for this automated service