fix: batch simple dependency bumps#102
Open
lfarrel6 wants to merge 1 commit into
Open
Conversation
Pins the following Netty and BouncyCastle artifacts via the existing allprojects resolutionStrategy.force() block in build.gradle.kts, and regenerates the five Gradle lockfiles accordingly. All three deps are build-time transitives only (AGP Unified Test Platform / Kotlin compiler toolchain) and are never bundled into any shipped AAR/APK. CVE-2026-33870 (HIGH, CVSS 7.5) — io.netty:netty-codec-http 4.1.129.Final -> 4.1.132.Final HTTP/1.1 chunked encoding request smuggling. https://github.com/evervault/evervault-android/security/dependabot/28 CVE-2026-33871 (HIGH) — io.netty:netty-codec-http2 4.1.93.Final / 4.1.110.Final -> 4.1.132.Final Unbounded HTTP/2 CONTINUATION frames CPU DoS. https://github.com/evervault/evervault-android/security/dependabot/29 CVE-2026-3505 (HIGH) — org.bouncycastle:{bcpg,bcpkix,bcprov,bcutil}-jdk18on 1.80 -> 1.84 Unbounded PGP AEAD chunk size in bcpg-jdk18on. https://github.com/evervault/evervault-android/security/dependabot/33 Linear: COM-176
|
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
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.
Pins the following Netty and BouncyCastle artifacts via the existing allprojects resolutionStrategy.force() block in build.gradle.kts, and regenerates the five Gradle lockfiles accordingly. All three deps are build-time transitives only (AGP Unified Test Platform / Kotlin compiler toolchain) and are never bundled into any shipped AAR/APK.
CVE-2026-33870 (HIGH, CVSS 7.5) — io.netty:netty-codec-http
4.1.129.Final -> 4.1.132.Final
HTTP/1.1 chunked encoding request smuggling.
https://github.com/evervault/evervault-android/security/dependabot/28
CVE-2026-33871 (HIGH) — io.netty:netty-codec-http2
4.1.93.Final / 4.1.110.Final -> 4.1.132.Final
Unbounded HTTP/2 CONTINUATION frames CPU DoS.
https://github.com/evervault/evervault-android/security/dependabot/29
CVE-2026-3505 (HIGH) — org.bouncycastle:{bcpg,bcpkix,bcprov,bcutil}-jdk18on
1.80 -> 1.84
Unbounded PGP AEAD chunk size in bcpg-jdk18on.
https://github.com/evervault/evervault-android/security/dependabot/33
Linear: COM-176