Skip to content

Force patched Netty/Bouncy Castle in settings classpath#40

Merged
r0073rr0r merged 1 commit intomainfrom
fix/dependabot-settings-classpath-forces
Apr 20, 2026
Merged

Force patched Netty/Bouncy Castle in settings classpath#40
r0073rr0r merged 1 commit intomainfrom
fix/dependabot-settings-classpath-forces

Conversation

@r0073rr0r
Copy link
Copy Markdown
Contributor

Summary

  • add settings-level classpath resolution forcing for vulnerable transitive dependencies
  • force patched versions for:
    • io.netty:netty-codec-http -> 4.1.132.Final
    • io.netty:netty-codec-http2 -> 4.1.132.Final
    • org.bouncycastle:bcpkix-jdk18on -> 1.84
    • org.bouncycastle:bcprov-jdk18on -> 1.84
    • org.bouncycastle:bcutil-jdk18on -> 1.84

Why

Dependabot alerts #19 #20 #21 #22 are attributed to settings.gradle.kts manifests. Root buildscript forcing alone was not enough because vulnerable versions were still present in settings/plugin classpath graphs.

Validation

  • ./gradlew help --console=plain
  • ./gradlew :app:assembleDebug --console=plain

@r0073rr0r r0073rr0r merged commit 9000a5d into main Apr 20, 2026
6 checks passed
@r0073rr0r r0073rr0r deleted the fix/dependabot-settings-classpath-forces branch April 20, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant