Fix policy violations - upgrade vulnerable dependencies - INT-10746 - #239
Merged
Merged
Conversation
Scan: bd76f9750eda4967be361a9e7ccbe7aa Component: com.github.luben:zstd-jni:1.5.7-4 -> 1.5.7-16 Dependency type: transitive Strategy: gradle-constraint Path: insight-scanner-archive:3.0.65-01 -> insight-scanner-container-image:3.0.65-01 -> zstd-jni:1.5.7-4 No direct-dependency upgrade path exists: insight-scanner-archive is a private Sonatype internal artifact not indexed by Sonatype Guide. Checked its source repo locally - both the latest released version (3.0.65-01) and the unreleased HEAD (3.0.66-SNAPSHOT) still pin zstd-jni at 1.5.7-4 in insight-scanner-container-image's pom.xml. Pinning the transitive version via Gradle constraints (existing pattern in this file) until insight-scanner ships a release with the bump upstream. Resolved violations: - Security-High (threat level 9): Found security vulnerability CVE-2026-87795 with severity >= 7 (severity = 8.2) - Security-High (threat level 9): Found security vulnerability CVE-2026-87823 with severity >= 7 (severity = 8.8)
koraytugay
approved these changes
Sep 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes policy violations from IQ Server scan
bd76f9750eda4967be361a9e7ccbe7aafor applicationscan-gradle-plugin.Components Updated
com.github.luben:zstd-jnizstd-jniis a transitive dependency (insight-scanner-archive→insight-scanner-container-image→zstd-jni). No direct-dependency upgrade path exists yet:insight-scanner-archiveis a private Sonatype internal artifact, and even its unreleased HEAD (3.0.66-SNAPSHOT) still pinszstd-jniat 1.5.7-4. Pinned the safe transitive version via the existing "Transitive dependency pinning"constraintsblock inbuild.gradleas a stopgap untilinsight-scannerbumps its own pin.Resolved:
Related Issue
INT-10746
Testing
./gradlew build— unit tests, license check, it1-it4 integration tests all green)