Conversation
There was a problem hiding this comment.
Pull request overview
Adds an exclusion for the legacy org.bouncycastle:bcprov-jdk15on transitive dependency from hadoop-common in the EMR 770 shim driver. This aligns EMR 770 with other shims (apache, apachevanilla, hdi40) that already exclude bcprov-jdk15on so that the modern Bouncy Castle artifacts (jdk15to18 variants already declared in EMR 770) are used without conflict.
Changes:
- Add
org.bouncycastle:bcprov-jdk15onexclusion under thehadoop-commondependency in the EMR 770 driver POM.
💡 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-42579 ] io.netty:netty-codec-dns 4.1.128.FinalDescription: [ CVE-2026-44248 ] io.netty:netty-codec-mqtt 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-42586 ] io.netty:netty-codec-redis 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-42578 ] io.netty:netty-handler-proxy 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. |

0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage



This pull request makes a minor update to the dependency exclusions in the
shims/emr770/driver/pom.xmlfile. The main change is the addition of an exclusion for theorg.bouncycastle:bcprov-jdk15ondependency.Dependency management:
shims/emr770/driver/pom.xml: Added an exclusion for theorg.bouncycastle:bcprov-jdk15onlibrary to prevent it from being included as a transitive dependency.