Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Apache shim driver’s Maven configuration to inherit the Bouncy Castle version from the parent POM (per SP-7277), by removing the module-level override so the build uses the centrally managed version (intended to be 1.84).
Changes:
- Removed the
bouncycastle.versionproperty override (1.78) from the Apache driver POM. - Left the dependency version reference as
${bouncycastle.version}, allowing parent POM resolution to control the actual Bouncy Castle version.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
📦 Vulnerable Dependencies✍️ Summary
🔬 Research Details[ CVE-2026-42584 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-42581 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-42587 ] io.netty:netty-codec-http2 4.1.128.FinalDescription: [ CVE-2026-42587 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-42585 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-42583 ] io.netty:netty-codec 4.1.128.FinalDescription: [ CVE-2026-33871 ] io.netty:netty-codec-http2 4.1.128.FinalDescription: [ CVE-2026-33870 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-42580 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2026-41417 ] io.netty:netty-codec-http 4.1.128.FinalDescription: [ CVE-2025-67735 ] io.netty:netty-codec-http 4.1.128.FinalDescription: Note:Frogbot also supports Contextual Analysis, Secret Detection, IaC and SAST Vulnerabilities Scanning. This features are included as part of the JFrog Advanced Security package, which isn't enabled on your system. |
❌ Build failed in 15m 39sBuild command: mvn clean verify -B -e -Daudit -Djs.no.sandbox -pl shims/apache/driver👌 All tests passed! Tests run: 40, Failures: 0, Skipped: 1 Test Results ℹ️ This is an automatic message |

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (72.20% Estimated after merge)



This PR removes the bouncycastle version property override from the Apache driver pom.xml to allow it to default to the parent pom resolution.