-
Notifications
You must be signed in to change notification settings - Fork 419
sonarqube-10/25.5.0.107428-r1: cve remediation #56026
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-10/25.5.0.107428-r1: cve remediation #56026
Conversation
⚙️ Build Failed: Configuration
Build Details
Root Cause Analysis 🔍The build process expected to find a pom.xml file in the root directory of the SonarQube source code, but the file was not found. This is likely because the SonarQube project may not use Maven as its primary build system at the root level, or the repository structure is different than what the build script 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-10.yaml
Replacement: Click to expand fix analysisAnalysisThe similar fixed build failures show a consistent pattern: the error "failed to parse the pom file: open pom.xml: no such file or directory" occurs when the build pipeline attempts to use the maven/pombump step on projects that don't have a pom.xml file in the expected location. In both examples (Cassandra and Selenium), the projects were using different build systems (Ant and Bazel respectively) rather than Maven. The fix pattern generally involves one of two approaches:
Click to expand fix explanationExplanationThe build failure is occurring because the By removing or commenting out the This solution follows the same pattern as the fixes for Cassandra and Selenium, where the key insight was recognizing that the project uses a different build system than Maven. In the Cassandra case, they chose to specify a custom POM file, while in the Selenium case, they addressed dependency versioning through a patch file instead of using pombump. Click to expand alternative approachesAlternative Approaches
Was this comment helpful? Please use 👍 or 👎 reactions on this comment. |
We remediated CVE-2025-49146 by bumping dependency org.postgresql:postgresql to version 42.7.7 Signed-off-by: David Negreira <[email protected]>
3f2a29d to
daa9dbf
Compare
|
Current package update is blocked: #55086 In the meantime while that gets solved, we should merge this PR to remediate the CVE. |
Signed-off-by: David Negreira <[email protected]>
sonarqube-10/25.5.0.107428-r1: fix GHSA-hq9p-pm7w-8p54
Advisory data: https://github.com/wolfi-dev/advisories/blob/main/sonarqube-10.advisories.yaml
"Breadcrumbs" for this automated service